diff --git a/create.sh b/create.sh index 907b75c..9858008 100644 --- a/create.sh +++ b/create.sh @@ -46,8 +46,8 @@ python3 manage.py collectstatic --noinput python3 manage.py migrate chmod 777 db.sqlite3 -echo "starting node add" forever stop $workingPath/node_rtc/app.js +echo "starting node add" forever start $workingPath/node_rtc/app.js echo "creating apache VirtualHost file"