Merge pull request #2889 from reedacartwright/reedacartwright-patch-1
Use exec to switch to node processpull/2923/head
commit
c5c2b0a82b
|
@ -35,5 +35,5 @@ bin/installDeps.sh $* || exit 1
|
||||||
echo "Started Etherpad..."
|
echo "Started Etherpad..."
|
||||||
|
|
||||||
SCRIPTPATH=`pwd -P`
|
SCRIPTPATH=`pwd -P`
|
||||||
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
|
exec node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue