Fix bug with cleanRun.sh

Now works if the output of `pwd` has a space in it.
This commit is contained in:
Bryce York 2018-03-28 22:38:30 +11:00 committed by GitHub
parent cb856ea624
commit 4a18f0d97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ bin/installDeps.sh $* || exit 1
echo "Started Etherpad..."
SCRIPTPATH=`pwd -P`
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
node "${$SCRIPTPATH}/node_modules/ep_etherpad-lite/node/server.js" $*