]> git.saurik.com Git - redis.git/blobdiff - utils/install_server.sh
New tests related to scripts max execution time.
[redis.git] / utils / install_server.sh
index 06570a87f7c2f6ad0e6b9ea29f36b3d071f03ae9..93b5b411b803da80c4f91a94b4e28cb981e2ab05 100755 (executable)
@@ -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..."