From b34224559d8bffe3842d0f923b19cd699437204a Mon Sep 17 00:00:00 2001 From: Eric Schrijver Date: Fri, 23 Aug 2013 00:32:25 +0200 Subject: =?UTF-8?q?=E2=80=98Etherpad=20Lite=E2=80=99=20->=20=E2=80=98Ether?= =?UTF-8?q?pad=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/run.sh') diff --git a/bin/run.sh b/bin/run.sh index 9389de6f..c871f364 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -18,10 +18,10 @@ done #Stop the script if its started as root if [ "$(id -u)" -eq 0 ] && [ $ignoreRoot -eq 0 ]; then - echo "You shouldn't start Etherpad-Lite as root!" - echo "Please type 'Etherpad Lite rocks my socks' or supply the '--root' argument if you still want to start it as root" + echo "You shouldn't start Etherpad as root!" + echo "Please type 'Etherpad rocks my socks' or supply the '--root' argument if you still want to start it as root" read rocks - if [ ! $rocks = "Etherpad Lite rocks my socks" ] + if [ ! $rocks = "Etherpad rocks my socks" ] then echo "Your input was incorrect" exit 1 -- cgit v1.2.3