mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 00:01:20 +00:00
Merge pull request #494 from quiver/init-fixes
fix several bugs of init.d scripts
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ -f $$PIDFILE ]
|
||||
if [ -f $PIDFILE ]
|
||||
then
|
||||
echo "$PIDFILE exists, process is already running or crashed"
|
||||
else
|
||||
|
Reference in New Issue
Block a user