Merge pull request #3356 from meetbryce/patch-1
Fix bug with cleanRun.sh
This commit is contained in:
commit
074c9c6ddd
1 changed files with 1 additions and 1 deletions
|
@ -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" $*
|
||||
|
|
Loading…
Reference in a new issue