diff options
| -rwxr-xr-x | munin/usb-wde1_ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/munin/usb-wde1_ b/munin/usb-wde1_ index 27e7bfd..6bae030 100755 --- a/munin/usb-wde1_ +++ b/munin/usb-wde1_ @@ -82,7 +82,7 @@ done if [ "$1" = "config" ]; then - if [ "$host_name" != "" ]; then + if [ "x$host_name" != "x" ]; then echo "host_name $host_name" fi if [ "$TYPE" = "temperature" ]; then |
