Skip to content

Commit

Permalink
compare env to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrubbioli committed Jul 23, 2024
1 parent b7167bb commit bb5199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/perform-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ then
else

# If Slack alerts are enabled, send a notification that all database backups were successful
if [ "$NOTIFY_ENABLED" = true ]
if [ "$NOTIFY_ENABLED" = "true" ]
then
/notify.sh "Backup created: $backup_name"
fi
Expand Down

0 comments on commit bb5199e

Please sign in to comment.