mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
removed debug message
This commit is contained in:
parent
b4ca337020
commit
d0da998299
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue