mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
cleanRun.sh: get rid of "Bad substitution" error
It was introduced in 4a18f0d97d
(#3356).
This commit is contained in:
parent
4408a1e505
commit
5f9de6948c
1 changed files with 1 additions and 1 deletions
|
@ -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" $*
|
||||||
|
|
Loading…
Reference in a new issue