mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51: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:
parent
856572ad9b
commit
3f8ef105ff
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ or GPLv3 license or later, at your option
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
|
||||||
. "$MUNIN_LIBDIR/plugins/plugin.sh"
|
. "$MUNIN_LIBDIR/plugins/plugin.sh"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue