summaryrefslogtreecommitdiff
path: root/bin/run.sh
diff options
context:
space:
mode:
authorEric Schrijver <eric@ericschrijver.nl>2013-08-23 00:32:25 +0200
committerEric Schrijver <eric@ericschrijver.nl>2013-09-29 13:57:37 +0200
commitb34224559d8bffe3842d0f923b19cd699437204a (patch)
tree805019ec20f815f6a3d12cf4ebdf9c163e300bb9 /bin/run.sh
parent6e4d94069f5780f3859c4d078d5a273dbed3e271 (diff)
downloadetherpad-lite-b34224559d8bffe3842d0f923b19cd699437204a.zip
‘Etherpad Lite’ -> ‘Etherpad’
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-xbin/run.sh6
1 files changed, 3 insertions, 3 deletions
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