fix munin agent (#148)

Without the full munin-scripts path, this script won't find munin file and return nothing.
This commit is contained in:
tomarch
2017-09-20 20:47:11 +01:00
committed by Neil Lathwood
parent 1b03d2f9f7
commit 6a40ca1e9c
+1 -1
View File
@@ -1,6 +1,6 @@
# Lokale Einzelchecks
export MUNIN_LIBDIR=/usr/share/munin
if cd munin-scripts
if cd $MUNIN_LIBDIR/munin-scripts
then
for skript in $(ls)
do