Merge pull request #2889 from reedacartwright/reedacartwright-patch-1

Use exec to switch to node process
This commit is contained in:
Stefan 2016-03-13 23:44:56 +01:00
commit c5c2b0a82b

View file

@ -35,5 +35,5 @@ bin/installDeps.sh $* || exit 1
echo "Started Etherpad..."
SCRIPTPATH=`pwd -P`
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
exec node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*