(MODE-11365) Added nginx restart at the end.
This commit is contained in:
parent
18a76b5687
commit
c19d514d89
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue