2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

hwmon: support non-dirtyconfig capable nodes.

This commit is contained in:
Diego Elio Pettenò 2012-12-30 09:27:05 -08:00
parent 548a2b626e
commit 5b22647d68

View File

@ -173,7 +173,7 @@ END
}
}
unless ( $ENV{MUNIN_CAP_DIRTYCONFIG} == 1 ) {
unless ( ($ENV{MUNIN_CAP_DIRTYCONFIG} || 0) == 1 ) {
exit 0;
}
}