mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Merge pull request #2889 from reedacartwright/reedacartwright-patch-1
Use exec to switch to node process
This commit is contained in:
commit
c5c2b0a82b
1 changed files with 1 additions and 1 deletions
|
@ -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 $*
|
||||
|
||||
|
|
Loading…
Reference in a new issue