From f08aa2bf48883fa3c00266229f17efe4af201078 Mon Sep 17 00:00:00 2001 From: ThePicard Date: Sat, 31 Mar 2012 23:39:58 -0700 Subject: [PATCH] Fixed a typo in install_server.sh --- utils/install_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/install_server.sh b/utils/install_server.sh index 06570a87..93b5b411 100755 --- a/utils/install_server.sh +++ b/utils/install_server.sh @@ -166,7 +166,7 @@ if [[ ! `which chkconfig` ]] ; then else # we're chkconfig, so lets add to chkconfig and put in runlevel 345 chkconfig --add redis_$REDIS_PORT && echo "Successfully added to chkconfig!" - chkconfig--level 345 redis_$REDIS_PORT on && echo "Successfully added to runlevels 345!" + chkconfig --level 345 redis_$REDIS_PORT on && echo "Successfully added to runlevels 345!" fi /etc/init.d/redis_$REDIS_PORT start || die "Failed starting service..." -- 2.47.2