From 0662cfc7e85ff97abf71085dfeb5f2343fabb615 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sat, 8 Feb 2020 05:32:21 +0100 Subject: [PATCH] Enable "exit-on-error" and "error-on-unset" for shell execution --- muninlite.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/muninlite.in b/muninlite.in index 0b84bf8..df91b2b 100755 --- a/muninlite.in +++ b/muninlite.in @@ -12,6 +12,8 @@ VERSION="@@VERSION@@" +set -eu + @@CONF@@ # if plugindir_ is present in $PLUGINS, executables (scripts, binaries) in the specified path