Remove tabs to fix indentation (#6896)

This commit is contained in:
Dennis Hoppe 2020-01-14 21:30:03 +01:00 committed by Daniel Nelson
parent 8f14187e9a
commit 5f2ed4ce4f
1 changed files with 5 additions and 5 deletions

View File

@ -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