mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-17 00:58:32 +01:00
muninlite: make shellcheck happy, again
This commit is contained in:
parent
42b7053593
commit
7c2320a8c4
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ do_quit() {
|
|||
}
|
||||
|
||||
# ===== Runtime config =====
|
||||
# shellcheck source=/dev/null
|
||||
[ -f ${CONFIG_FILE} ] && . ${CONFIG_FILE}
|
||||
RES=""
|
||||
for PLUG in $PLUGINS; do
|
||||
|
|
Loading…
Reference in a new issue