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

Extra fix

This commit is contained in:
Diver 2017-01-26 20:19:40 +03:00
parent 72bdea8bb1
commit b657debc86
2 changed files with 7 additions and 6 deletions

View file

@ -145,9 +145,9 @@ export LANG=C
. "$MUNIN_LIBDIR/plugins/plugin.sh"
cs_addr=""
username=""
blockpw=""
: ${cs_addr:=""}
: ${username:=""}
: ${blockpw:=""}
TARGET=$(echo "${0##*/}" | cut -d _ -f 6)