Remove tabs to fix indentation (#6896)
This commit is contained in:
parent
8f14187e9a
commit
5f2ed4ce4f
|
@ -122,11 +122,11 @@ case $1 in
|
|||
# Checked the PID file exists and check the actual status of process
|
||||
if [ -e "$pidfile" ]; then
|
||||
if pidofproc -p $pidfile $daemon > /dev/null; then
|
||||
log_failure_msg "$name process is running"
|
||||
else
|
||||
log_failure_msg "$name pidfile has no corresponding process; ensure $name is stopped and remove $pidfile"
|
||||
fi
|
||||
exit 0
|
||||
log_failure_msg "$name process is running"
|
||||
else
|
||||
log_failure_msg "$name pidfile has no corresponding process; ensure $name is stopped and remove $pidfile"
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Bump the file limits, before launching the daemon. These will carry over to
|
||||
|
|
Loading…
Reference in New Issue