Skip to content

Commit

Permalink
Fixed a typo in install_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePicard committed Apr 1, 2012
1 parent 609ea08 commit b0c6ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit b0c6ee1

Please sign in to comment.