Browse Source

fix startweb.sh completely

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
c7a570d5b0
  1. 2
      webapp/startweb.sh

2
webapp/startweb.sh

@ -2,7 +2,7 @@
if [ -f "`command -v screen`" ]; then
screen -S EnlivenMinetest node server.js
else
nohup node server.js & | exit 1
nohup node server.js &
echo "node server.js is running in background. terminate as follows:"
echo " killall node"
fi

Loading…
Cancel
Save