Fix bug with cleanRun.sh
Now works if the output of `pwd` has a space in it.pull/3356/head
parent
cb856ea624
commit
4a18f0d97d
|
@ -38,4 +38,4 @@ bin/installDeps.sh $* || exit 1
|
||||||
echo "Started Etherpad..."
|
echo "Started Etherpad..."
|
||||||
|
|
||||||
SCRIPTPATH=`pwd -P`
|
SCRIPTPATH=`pwd -P`
|
||||||
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*
|
node "${$SCRIPTPATH}/node_modules/ep_etherpad-lite/node/server.js" $*
|
||||||
|
|
Loading…
Reference in New Issue