Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Aug 21, 2023
1 parent 73f9453 commit 760c8dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions/backup_restore/database/cnpg_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,4 @@ backup_cnpg_databases() {
remove_old_dumps "$dump_folder" "$retention"
formatted_output=$(display_app_sizes "$dump_folder")
echo_backup+=("$formatted_output")

# Print the backup messages
printf '%s\n' "${echo_backup[@]}"
}

0 comments on commit 760c8dc

Please sign in to comment.