From 563b252e68c5ecb88931af89d6f8b5c9687dc00b Mon Sep 17 00:00:00 2001 From: william mantly Date: Sat, 1 Oct 2016 22:12:03 -0400 Subject: [PATCH] node --- create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.sh b/create.sh index 060b959..e5816fb 100644 --- a/create.sh +++ b/create.sh @@ -49,7 +49,7 @@ chmod 777 db.sqlite3 forever stop $workingPath/node_rtc/app.js echo "starting node app on port $nodePort" -forever start $workingPath/node_rtc/app.js -l +forever start $workingPath/node_rtc/app.js echo "creating apache VirtualHost file"