Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrubbioli committed Jul 23, 2024
1 parent bb5199e commit 3803378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/perform-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ else
# If Slack alerts are enabled, send a notification that all database backups were successful
if [ "$NOTIFY_ENABLED" = "true" ]
then
echo -e "Slack alerts are enabled, sending notification..."

/notify.sh "Backup created: $backup_name"
fi

Expand Down

0 comments on commit 3803378

Please sign in to comment.