mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
bin: Use consistent comment formatting
This commit is contained in:
parent
be1f2152fc
commit
8e8b75be6c
5 changed files with 38 additions and 38 deletions
|
@ -36,4 +36,3 @@ echo "Started Etherpad..."
|
||||||
|
|
||||||
SCRIPTPATH=$(pwd -P)
|
SCRIPTPATH=$(pwd -P)
|
||||||
exec node "$SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js" "$@"
|
exec node "$SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js" "$@"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#This script ensures that ep-lite is automatically restarting after an error happens
|
# This script ensures that ep-lite is automatically restarting after
|
||||||
|
# an error happens
|
||||||
|
|
||||||
# Handling Errors
|
# Handling Errors
|
||||||
# 0 silent
|
# 0 silent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue