summaryrefslogtreecommitdiffstats
path: root/networking-configuration
diff options
context:
space:
mode:
Diffstat (limited to 'networking-configuration')
-rwxr-xr-xnetworking-configuration8
1 files changed, 0 insertions, 8 deletions
diff --git a/networking-configuration b/networking-configuration
index 4b7a85d2..b9725c7e 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\"))[]")