From 108a8b6c5de97440a148d5b1f698d2e456d7f231 Mon Sep 17 00:00:00 2001 From: shakemid Date: Thu, 31 Aug 2017 10:21:59 +0900 Subject: [PATCH] Fix munin-plugin to work dirtyconfig --- munin-plugin/temper | 2 -- 1 file changed, 2 deletions(-) diff --git a/munin-plugin/temper b/munin-plugin/temper index 5a5f8f6..0036ce5 100755 --- a/munin-plugin/temper +++ b/munin-plugin/temper @@ -17,7 +17,6 @@ cdef=${cdef:-temperature} autoconf() { echo 'no' - exit 0 } config() { @@ -30,7 +29,6 @@ graph_args --base 1000 temperature.label temperature temperature.cdef ${cdef} EOF - exit 0 } fetch() {