Merge branch 'dev' into foxtrot

This commit is contained in:
William Wernert
2021-05-21 15:26:24 -04:00
14 changed files with 50 additions and 233 deletions

View File

@@ -510,6 +510,7 @@ wait_for_web_response() {
expected=$2
maxAttempts=${3:-300}
logfile=/root/wait_for_web_response.log
truncate -s 0 "$logfile"
attempt=0
while [[ $attempt -lt $maxAttempts ]]; do
attempt=$((attempt+1))