mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
first-commit
This commit is contained in:
commit
325c322a27
207 changed files with 35989 additions and 0 deletions
15
bin/run.sh
Executable file
15
bin/run.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
#if [[ $EUID -eq 0 ]]; then
|
||||
# echo "You shouldn't start LinePad as root!" 1>&2
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
#if [ ! type -P node &>/dev/null ]; then
|
||||
# echo "You have no node installed!" 1>&2
|
||||
# exit 1
|
||||
#fi
|
||||
#|| { echo "I require foo but it's not installed. Aborting." >&2; exit 1; }
|
||||
|
||||
cd ../node
|
||||
authbind node server.js
|
Loading…
Add table
Add a link
Reference in a new issue