Update init_web.sh

This commit is contained in:
BoHung Chiu 2022-04-07 13:23:05 +08:00
parent bdfb782520
commit 2b808b55f7
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
sudo service nginx restart && sudo service mongod restart && ./start_site.sh $1 $2 $3 $4 && curl localhost
sudo service nginx restart && sudo service mongod restart && ./start_site.sh "$1" "$2" "$3" "$4" && curl localhost