Skip to content
Snippets Groups Projects
Commit 04eab1ab authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Comment failing command

parent 268c9708
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment