summaryrefslogtreecommitdiffstats
path: root/networking-configuration
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-05-20 21:34:24 +0200
committertv <tv@krebsco.de>2015-05-20 21:34:24 +0200
commitfc870549e7bb85d1482877784853d31e39a6fe09 (patch)
treeb01c4227dcd0b3246bce107f67b8afc20e94b9d1 /networking-configuration
parent4fae1fdb0d2b7769a8ba6468eee79d109c00d8ab (diff)
lib/cac.sh cac_listservers: return maybe data
Diffstat (limited to 'networking-configuration')
-rwxr-xr-xnetworking-configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking-configuration b/networking-configuration
index b9725c7..2cae396 100755
--- a/networking-configuration
+++ b/networking-configuration
@@ -23,7 +23,7 @@ main() {
listservers=$(cac_listservers)
config=$(echo $listservers \
- | jq -r ".data|map(select(.servername == \"$cac_servername\"))[]")
+ | jq -r ".[]|select(.servername==\"$cac_servername\")")
print_networking_configuraton "$config"
}