dirtyconfig

This commit is contained in:
Michael Grote 2021-09-20 13:53:24 +02:00
parent bd63949501
commit 1e0b666f01

View file

@ -157,6 +157,9 @@ if [ "$1" = "autoconf" ]; then
fi
if [ "$1" = "config" ]; then
get_config
if [ "$MUNIN_CAP_DIRTYCONFIG" = "1" ]; then
get_values
fi
fi
get_values
exit 0