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

lxc_ram: add support for DIRTYCONFIG

This commit is contained in:
Lars Kruse 2018-06-10 14:50:32 +02:00
parent 2ce1b3211a
commit a0cafdcf1f

View File

@ -132,6 +132,7 @@ if [ "$1" = "autoconf" ]; then
do_autoconf
elif [ "$1" = "config" ]; then
do_config
if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = "1" ]; then do_fetch; fi
else
do_fetch
fi