mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
shellcheck fixes for pdns-recursor plugins.
This commit is contained in:
parent
9aa6d7e977
commit
f9426daca5
10 changed files with 27 additions and 27 deletions
|
@ -34,6 +34,6 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo concurrent.value `rec_control get concurrent-queries`
|
||||
echo concurrent.value "$(rec_control get concurrent-queries)"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue