Merge pull request #3356 from meetbryce/patch-1

Fix bug with cleanRun.sh
This commit is contained in:
John McLear 2018-04-03 12:57:43 +01:00 committed by GitHub
commit 074c9c6ddd
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" $*