diff options
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 4b7a85d2b..b9725c7e1 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\"))[]") |