WIP: initial draft
This commit is contained in:
parent
433c7c3f94
commit
24bbfc4add
2 changed files with 14 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/bash -x
|
||||
#
|
||||
# Create Vhosts on VPS3
|
||||
#
|
||||
|
|
@ -118,7 +118,7 @@ if test -z "$_root" -a -z "$_backend"; then
|
|||
fi
|
||||
|
||||
# gain priviledges
|
||||
become
|
||||
become $@
|
||||
|
||||
echo -n "Checking if /srv/http-content-combined/ exists?"
|
||||
if ! test -d /srv/http-content-combined; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue