From 79041d091ea98470edafdd47bcc454ba37eeafa2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 16 Feb 2023 13:22:13 -0500 Subject: [PATCH] influx upgrade --- salt/common/tools/sbin/so-influxdb-manage | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/common/tools/sbin/so-influxdb-manage b/salt/common/tools/sbin/so-influxdb-manage index 907e0342c..b22d63bb6 100644 --- a/salt/common/tools/sbin/so-influxdb-manage +++ b/salt/common/tools/sbin/so-influxdb-manage @@ -128,7 +128,6 @@ lookup_org_id_with_wait() { wait=10 while [[ $attempts -lt $max_attempts ]]; do response=$(request orgs?org=Security+Onion) - check_response "$response" oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id") if [[ -z $oid ]]; then attempts=$((attempts+1))