From 847407beee988deff597bf5d7576ace54a45418c Mon Sep 17 00:00:00 2001 From: william mantly Date: Sat, 1 Oct 2016 00:48:22 -0400 Subject: [PATCH] node --- create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"