allow nix file process path to be visible in ps aux
parent
8e5af48f79
commit
932c9ae406
|
@ -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 New Issue