mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 15:23:41 -05:00
unbound_munin_: remove trailing white space
This commit is contained in:
parent
269c168f7e
commit
a190fc436f
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ get_state ( ) {
|
|||
# obtain lock for fetching the state
|
||||
# because there is a race condition in fetching and writing to file
|
||||
|
||||
# see if the lock is stale, if so, take it
|
||||
# see if the lock is stale, if so, take it
|
||||
if test -f $lock ; then
|
||||
pid="`cat $lock 2>&1`"
|
||||
kill -0 "$pid" >/dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue