removed debug message

This commit is contained in:
Peter 'Pita' Martischka 2011-05-13 15:53:20 +01:00
parent b4ca337020
commit d0da998299
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#Move to the folder where ep-lite is installed
FOLDER=$(dirname $(readlink -f $0))
cd $FOLDER
echo $FOLDER
if [[ $EUID -eq 0 ]]; then
echo "You shouldn't start Etherpad-Lite as root!" 1>&2