mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04: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..."
|
||||
|
||||
SCRIPTPATH=`pwd -P`
|
||||
node "${$SCRIPTPATH}/node_modules/ep_etherpad-lite/node/server.js" $*
|
||||
node "${SCRIPTPATH}/node_modules/ep_etherpad-lite/node/server.js" $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue