(MODE-11365) Added nginx restart at the end.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 23:03:24 +02:00
parent 18a76b5687
commit c19d514d89

View file

@ -68,4 +68,5 @@ sudo sed -i -e 's/node \/usr\/src\/app\/ -p 80 "$@" \&/node \/usr\/src\/app\/ -p
} || { } || {
echo "Could not mount EFS!!!" echo "Could not mount EFS!!!"
} }
sudo service nginx restart
bash /usr/src/app/run.sh & bash /usr/src/app/run.sh &