cleanRun.sh: get rid of "Bad substitution" error

It was introduced in 4a18f0d97d (#3356).
This commit is contained in:
muxator 2018-08-17 22:22:14 +02:00
parent 4408a1e505
commit 5f9de6948c

View file

@ -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" $*