mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-27 02:13:30 +01:00
phrasing/typo
This commit is contained in:
@@ -1789,7 +1789,7 @@ create_intermediate_upgrade_verification_script() {
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
echo "One or more heavynodes is not at the expected Elasticsearch version $EXPECTED_ES_VERSION. Rechecking in $delay seconds. Attempt $((retry_count + 1)) of $retries."
|
echo "One or more heavynodes are not at the expected Elasticsearch version $EXPECTED_ES_VERSION. Rechecking in $delay seconds. Attempt $((retry_count + 1)) of $retries."
|
||||||
((retry_count++))
|
((retry_count++))
|
||||||
sleep $delay
|
sleep $delay
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user