1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin lxc: enable "set -eu" for better error handling

The code should be suitable for "exit-on-error" and "error-on-unset".
This commit is contained in:
Lars Kruse 2019-08-12 02:05:33 +02:00
parent 856572ad9b
commit 3f8ef105ff

View file

@ -81,6 +81,9 @@ or GPLv3 license or later, at your option
=cut
set -eu
. "$MUNIN_LIBDIR/plugins/plugin.sh"