mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Start server without paths.
This commit is contained in:
parent
798543fb45
commit
8926677a66
13 changed files with 2657 additions and 74 deletions
|
@ -32,4 +32,4 @@ src/bin/installDeps.sh "$@" || exit 1
|
|||
# Move to the node folder and start
|
||||
log "Starting Etherpad..."
|
||||
|
||||
exec node src/node/server.js "$@"
|
||||
exec node src/dist/node/server.js "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue