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
|
# Checked the PID file exists and check the actual status of process
|
||||||
if [ -e "$pidfile" ]; then
|
if [ -e "$pidfile" ]; then
|
||||||
if pidofproc -p $pidfile $daemon > /dev/null; then
|
if pidofproc -p $pidfile $daemon > /dev/null; then
|
||||||
log_failure_msg "$name process is running"
|
log_failure_msg "$name process is running"
|
||||||
else
|
else
|
||||||
log_failure_msg "$name pidfile has no corresponding process; ensure $name is stopped and remove $pidfile"
|
log_failure_msg "$name pidfile has no corresponding process; ensure $name is stopped and remove $pidfile"
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Bump the file limits, before launching the daemon. These will carry over to
|
# Bump the file limits, before launching the daemon. These will carry over to
|
||||||
|
|
Loading…
Reference in New Issue