Small change

This commit is contained in:
Yaroslav 2018-11-29 19:12:31 +04:00
parent 2c9169d95e
commit be72750afa
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ for domain in "${domains[@]}"; do
done
echo "### Starting nginx ..."
docker-compose up -d nginx
# Restarting for case if nginx container is already started
docker-compose start nginx && docker-compose restart nginx
# Select appropriate email arg
case "$email" in