Fix typo.
Submitted by: kuriyama
This commit is contained in:
parent
2a2e19c40b
commit
6014d47522
@ -194,7 +194,7 @@ check_pidfile()
|
||||
err 3 'USAGE: check_pidfile pidfile procname [interpreter]'
|
||||
fi
|
||||
if [ ! -f $_pidfile ]; then
|
||||
debug "pid file {$_pidfile): not readable."
|
||||
debug "pid file ($_pidfile): not readable."
|
||||
return
|
||||
fi
|
||||
read _pid _junk < $_pidfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user