mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04: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
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
|
#Move to the node folder and start
|
||||||
echo "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…
Add table
Add a link
Reference in a new issue