Skip to content

Commit abf54ee

Browse files
committed
Merge pull request redis#494 from quiver/init-fixes
fix several bugs of init.d scripts
2 parents af3853c + c4286fe commit abf54ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/redis_init_script.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
case "$1" in
33
start)
4-
if [ -f $$PIDFILE ]
4+
if [ -f $PIDFILE ]
55
then
66
echo "$PIDFILE exists, process is already running or crashed"
77
else

0 commit comments

Comments
 (0)