Replace node_modules/ep_etherpad-lite with src

This commit is contained in:
Richard Hansen 2021-02-16 01:38:04 -05:00 committed by John McLear
parent 269c6d09c5
commit bdd32f8915
13 changed files with 16 additions and 18 deletions

View file

@ -18,7 +18,7 @@ s!"points":[^,]*!"points": 1000!
' settings.json.template >settings.json
log "Assuming src/bin/installDeps.sh has already been run"
node node_modules/ep_etherpad-lite/node/server.js "${@}" &
node src/node/server.js "${@}" &
ep_pid=$!
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."