muninlite: make shellcheck happy, again

This commit is contained in:
Kim B. Heino 2020-10-08 11:05:32 +03:00
parent 42b7053593
commit 7c2320a8c4
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ do_quit() {
}
# ===== Runtime config =====
# shellcheck source=/dev/null
[ -f ${CONFIG_FILE} ] && . ${CONFIG_FILE}
RES=""
for PLUG in $PLUGINS; do