From: Kim B. Heino Date: Tue, 9 Mar 2021 09:03:54 +0000 (+0200) Subject: unbound_munin_: remove trailing white space X-Git-Tag: release-1.13.2rc1~145^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a190fc436f8b3650bee31b5b8bc37a800369572a;p=thirdparty%2Funbound.git unbound_munin_: remove trailing white space --- diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index defca291c..3161f25e9 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -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