Comment failing command

This commit is contained in:
pierreozoux 2014-10-27 13:21:35 +00:00
parent 268c9708ff
commit 04eab1ab16

View file

@ -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)