summaryrefslogtreecommitdiff
path: root/utils/install_server.sh
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-03 13:28:54 +0200
committerantirez <antirez@gmail.com>2011-10-03 13:28:54 +0200
commitf1e60d75309990b25a1763e004d7044c77c53834 (patch)
tree959c2e931aebeb3d0627c79a8d9b9c2b7dc8f938 /utils/install_server.sh
parent78f56a5aeed01022912b117864b8acf4e6411c58 (diff)
downloadredis-f1e60d75309990b25a1763e004d7044c77c53834.tar.gz
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
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