Merge pull request #2987 from Gared/fix_space_in_path

Fix error if whitespace in etherpad path
This commit is contained in:
Stefan 2016-05-16 17:16:16 +02:00
commit cd459bfde3
1 changed files with 1 additions and 1 deletions

View File

@ -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" $*