removed debug message
This commit is contained in:
parent
b4ca337020
commit
d0da998299
|
@ -3,7 +3,6 @@
|
||||||
#Move to the folder where ep-lite is installed
|
#Move to the folder where ep-lite is installed
|
||||||
FOLDER=$(dirname $(readlink -f $0))
|
FOLDER=$(dirname $(readlink -f $0))
|
||||||
cd $FOLDER
|
cd $FOLDER
|
||||||
echo $FOLDER
|
|
||||||
|
|
||||||
if [[ $EUID -eq 0 ]]; then
|
if [[ $EUID -eq 0 ]]; then
|
||||||
echo "You shouldn't start Etherpad-Lite as root!" 1>&2
|
echo "You shouldn't start Etherpad-Lite as root!" 1>&2
|
||||||
|
|
Loading…
Reference in New Issue