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

Use exec to switch to node process
pull/2923/head
Stefan 2016-03-13 23:44:56 +01:00
commit c5c2b0a82b
1 changed files with 1 additions and 1 deletions

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 $*