Skip to content
Snippets Groups Projects
Commit 5f9de694 authored by muxator's avatar muxator
Browse files

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

It was introduced in 4a18f0d9 (#3356).
parent 4408a1e5
No related branches found
No related tags found
No related merge requests found
...@@ -38,4 +38,4 @@ bin/installDeps.sh $* || exit 1 ...@@ -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" $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment