From 2b808b55f778ea48cd8468ebb9a28166a28dfdc9 Mon Sep 17 00:00:00 2001 From: Bohung Date: Thu, 7 Apr 2022 13:23:05 +0800 Subject: [PATCH] Update init_web.sh --- init_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_web.sh b/init_web.sh index 45b8f1b..9bfd0b3 100644 --- a/init_web.sh +++ b/init_web.sh @@ -1 +1 @@ -sudo service nginx restart && sudo service mongod restart && ./start_site.sh $1 $2 $3 $4 && curl localhost \ No newline at end of file +sudo service nginx restart && sudo service mongod restart && ./start_site.sh "$1" "$2" "$3" "$4" && curl localhost \ No newline at end of file