mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Merge pull request #2987 from Gared/fix_space_in_path
Fix error if whitespace in etherpad path
This commit is contained in:
commit
cd459bfde3
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