Skip to content

Commit

Permalink
Adjust backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 10, 2024
1 parent 66aa74e commit 5465015
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 @@ -61,7 +61,7 @@ list_backups() {
fi
done

BACKUP_LIST=$(oc exec $BACKUP_POD) -- ./backup.sh -l
BACKUP_LIST=$(oc exec $BACKUP_POD -- ./backup.sh -l)

# Parse the backup list into an array
IFS=$'\n' read -rd '' -a BACKUP_ARRAY <<< "$BACKUP_LIST"
Expand Down

0 comments on commit 5465015

Please sign in to comment.