Cosmetic typo in check_pidfile()
PR: bin/75946 Submitted by: zero@gddn.org (Finn)
This commit is contained in:
parent
ec9a802b3c
commit
76c14a66e7
@ -203,7 +203,7 @@ check_pidfile()
|
||||
fi
|
||||
read _pid _junk < $_pidfile
|
||||
if [ -z "$_pid" ]; then
|
||||
debug "pid file {$_pidfile): no pid in file."
|
||||
debug "pid file ($_pidfile): no pid in file."
|
||||
return
|
||||
fi
|
||||
_find_processes $_procname ${_interpreter:-.} '-p '"$_pid"
|
||||
|
Loading…
x
Reference in New Issue
Block a user