summaryrefslogtreecommitdiff
path: root/utils/install_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/install_server.sh')
-rwxr-xr-xutils/install_server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install_server.sh b/utils/install_server.sh
index 71c57d70d..eed1e2513 100755
--- a/utils/install_server.sh
+++ b/utils/install_server.sh
@@ -47,7 +47,7 @@ echo "This script will help you easily set up a running redis server
#check for root user TODO: replace this with a call to "id"
if [ `whoami` != "root" ] ; then
- echo "You must run this script as root. Sorry!"
+ echo "ERROR: You must run this installation script as root. Sorry!\n"
exit 1
fi