Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8a599d36
Commit
8a599d36
authored
Mar 31, 2012
by
ThePicard
Committed by
antirez
May 23, 2012
Browse files
Fixed a typo in install_server.sh
parent
496e8133
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/install_server.sh
View file @
8a599d36
...
@@ -166,7 +166,7 @@ if [[ ! `which chkconfig` ]] ; then
...
@@ -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..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment