updated install.sh & start.sh scripts

This commit is contained in:
Nick Krecklow
2020-04-01 21:17:57 -05:00
parent eda4bf8a51
commit a2aab353e3
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
while true;
do
/usr/bin/nodejs app.js
node app.js
sleep 5
done