mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fix error if whitespace in etherpad path
This commit is contained in:
parent
f49de0b61b
commit
1349cfd486
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ bin/installDeps.sh $* || exit 1
|
|||
echo "Started Etherpad..."
|
||||
|
||||
SCRIPTPATH=`pwd -P`
|
||||
exec 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