mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
allow nix file process path to be visible in ps aux
This commit is contained in:
parent
8e5af48f79
commit
932c9ae406
1 changed files with 4 additions and 1 deletions
|
@ -33,4 +33,7 @@ bin/installDeps.sh $* || exit 1
|
|||
|
||||
#Move to the node folder and start
|
||||
echo "start..."
|
||||
node node_modules/ep_etherpad-lite/node/server.js $*
|
||||
|
||||
SCRIPTPATH=`pwd -P`
|
||||
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
|
||||
|
||||
|
|
Loading…
Reference in a new issue