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