From 5f9de6948c46f76f5e01a4040094bc77bcf3a345 Mon Sep 17 00:00:00 2001 From: muxator Date: Fri, 17 Aug 2018 22:22:14 +0200 Subject: [PATCH] cleanRun.sh: get rid of "Bad substitution" error It was introduced in 4a18f0d97d96 (#3356). --- bin/cleanRun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cleanRun.sh b/bin/cleanRun.sh index 57325dd23..288f5a040 100755 --- a/bin/cleanRun.sh +++ b/bin/cleanRun.sh @@ -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" $*