diff options
| author | tv <tv@krebsco.de> | 2015-05-20 21:26:55 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-05-20 21:26:55 +0200 | 
| commit | 4fae1fdb0d2b7769a8ba6468eee79d109c00d8ab (patch) | |
| tree | 02857c0b284c8618af38677c4cb66fe84e1bf1b7 /networking-configuration | |
| parent | 25d4a34da8b9573fd3ff162645a2ebe6c57e149b (diff) | |
lib/cac.sh cac_listservers: check response status
Diffstat (limited to 'networking-configuration')
| -rwxr-xr-x | networking-configuration | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/networking-configuration b/networking-configuration index 4b7a85d..b9725c7 100755 --- a/networking-configuration +++ b/networking-configuration @@ -22,14 +22,6 @@ hostname=$2  main() {    listservers=$(cac_listservers) -  listserversstatus=$(echo $listservers | jq -r .status) -  case $listserversstatus in -    ok) : ;; -    *) -      echo $0: bad listservers status: $listserversstatus >&2 -      exit 1 -  esac -    config=$(echo $listservers \        | jq -r ".data|map(select(.servername == \"$cac_servername\"))[]") | 
