X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/37d650032a47bbc75356bdb09215eb6e59e363f4..0bb5160cb08ad8f16ce241e55a1ed6c3042bf2aa:/utils/install_server.sh diff --git a/utils/install_server.sh b/utils/install_server.sh index eed1e251..71c57d70 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 "ERROR: You must run this installation script as root. Sorry!\n" + echo "You must run this script as root. Sorry!" exit 1 fi