Skip to content

Commit

Permalink
Adjust backup
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 10, 2024
1 parent 94420f5 commit 0ec8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/scripts/deploy-database-backups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ until [ $ATTEMPTS -eq $MAX_ATTEMPTS ]; do
# Check if the output contains an error
if echo "$OUTPUT" | grep -qi "error"; then
echo "❌ Database error: $OUTPUT"
break
# break
else
# Extract the user count from the output
CURRENT_USER_COUNT=$(echo "$OUTPUT" | grep -oP '\d+')
Expand Down

0 comments on commit 0ec8e66

Please sign in to comment.