1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

[network/upnpc_] Add dirtyconfig support

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-09-25 22:17:07 +10:00 committed by Lars Kruse
parent 81bf32a5a5
commit 5382722fdb

View file

@ -166,6 +166,9 @@ case ${1:-} in
;; ;;
"config") "config")
config "${MODE}" config "${MODE}"
if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = "1" ]; then
fetch "${MODE}"
fi
;; ;;
*) *)
fetch "${MODE}" fetch "${MODE}"