Comment failing command
This commit is contained in:
parent
268c9708ff
commit
04eab1ab16
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ mkdir -p /data/per-user/$1/nginx/data
|
|||
touch /data/per-user/$1/nginx/.env
|
||||
if [ -e /data/per-user/$1/nginx/data/www-content ]; then
|
||||
cd /data/per-user/$1/nginx/data/www-content; git pull --rebase
|
||||
else
|
||||
git clone $3 /data/per-user/$1/nginx/data/www-content
|
||||
# else
|
||||
# git clone $3 /data/per-user/$1/nginx/data/www-content
|
||||
fi
|
||||
|
||||
# Start service for new site (and create the user)
|
||||
|
|
Loading…
Reference in a new issue