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

shellcheck fixes for pdns-server plugins.

This commit is contained in:
Bas Couwenberg 2017-09-29 09:27:34 +02:00
parent 87d30e5597
commit 9aa6d7e977
3 changed files with 11 additions and 11 deletions

View file

@ -55,4 +55,4 @@ if [ "$1" = "config" ]; then
fi
$command | sed 's/=\([0-9]\+\),/.value \1\n/g' | grep udp-'\|'recursing'\|'tcp | sed 's/-/_/g'
$command | sed 's/=\([0-9]\+\),/.value \1\n/g' | egrep "udp-|recursing|tcp" | sed 's/-/_/g'