Skip to content

Commit

Permalink
missed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Feb 6, 2025
1 parent c431b11 commit 48cd7e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DELAY=10
ATTEMPT=1
while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do
scp -i ~/.orca/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r "$ORCA_SSH_USER@$GATEWAY_IPV4_ADDR":/opt/splunk/var/log/splunk/ "$GATEWAY_LOGS_DIR"
if safecatgrep "Done extracting agent bundle" "$GATEWAY_LOGS_DIR/splunk/Splunk_TA_otel.log"; then
if safe_grep_log "Done extracting agent bundle" "$GATEWAY_LOGS_DIR/splunk/Splunk_TA_otel.log"; then
break
fi
echo "Extraction not complete according to Splunk_TA_otel.log... Retrying in $DELAY seconds"
Expand Down

0 comments on commit 48cd7e9

Please sign in to comment.