mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 00:31:03 +00:00
Merge pull request #425 from ThePicard/unstable
chkconfig in install_server.sh doesn't work because of a typo
This commit is contained in:
commit
a7138a4cf8
@ -166,7 +166,7 @@ if [[ ! `which chkconfig` ]] ; then
|
|||||||
else
|
else
|
||||||
# we're chkconfig, so lets add to chkconfig and put in runlevel 345
|
# we're chkconfig, so lets add to chkconfig and put in runlevel 345
|
||||||
chkconfig --add redis_$REDIS_PORT && echo "Successfully added to chkconfig!"
|
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
|
fi
|
||||||
|
|
||||||
/etc/init.d/redis_$REDIS_PORT start || die "Failed starting service..."
|
/etc/init.d/redis_$REDIS_PORT start || die "Failed starting service..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user