mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typo.
Submitted by: kuriyama
This commit is contained in:
parent
e90e39d92f
commit
0247998d45
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue