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

@ -20,7 +20,7 @@ end script
script
cd $EPHOME/
exec su -s /bin/sh -c 'exec "$0" "$@"' $EPUSER -- node node_modules/ep_etherpad-lite/node/server.js \
exec su -s /bin/sh -c 'exec "$0" "$@"' $EPUSER -- node src/node/server.js \
>> $EPLOGS/access.log \
2>> $EPLOGS/error.log
echo "Etherpad is running on http://localhost:9001 - To change settings edit /opt/etherpad/settings.json"