pad.libre-service.eu-etherpad/bin/run.sh
Peter 'Pita' Martischka 325c322a27 first-commit
2011-03-26 13:10:41 +00:00

15 lines
319 B
Bash
Executable file

#!/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