Fix error if whitespace in etherpad path

pull/2987/head
Stefan 2016-05-16 16:58:58 +02:00
parent f49de0b61b
commit 1349cfd486
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" $*