From d0da99829904153e290776c8285b027233489c27 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Fri, 13 May 2011 15:53:20 +0100 Subject: [PATCH] removed debug message --- bin/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index 6d6825b73..c72be42f7 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -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