mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
Merge pull request #1990 from ether/run-path-available-in-ps-aux
allow nix file process path to be visible in ps aux
This commit is contained in:
commit
5c1daa33be
@ -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…
x
Reference in New Issue
Block a user