mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
influx upgrade
This commit is contained in:
@@ -128,7 +128,6 @@ lookup_org_id_with_wait() {
|
|||||||
wait=10
|
wait=10
|
||||||
while [[ $attempts -lt $max_attempts ]]; do
|
while [[ $attempts -lt $max_attempts ]]; do
|
||||||
response=$(request orgs?org=Security+Onion)
|
response=$(request orgs?org=Security+Onion)
|
||||||
check_response "$response"
|
|
||||||
oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id")
|
oid=$(echo "$response" | jq -r ".orgs[] | select(.name == \"Security Onion\").id")
|
||||||
if [[ -z $oid ]]; then
|
if [[ -z $oid ]]; then
|
||||||
attempts=$((attempts+1))
|
attempts=$((attempts+1))
|
||||||
|
|||||||
Reference in New Issue
Block a user