2
0
Fork 0

sh.zio.backup: attempt to fix completed notification

main
Ducky 2024-04-02 01:04:14 +01:00
parent 5d5c7b02a7
commit 8a55bd9347
1 changed files with 2 additions and 1 deletions

View File

@ -407,7 +407,8 @@ if [[ -z "$1" || -f "$1" ]]; then
fi
backup_end_time=$(( $(date +%s) - $backup_start_time ))
trigger_notify "info" "Backup completed" "Took $(print_time $backup_end_time)"
backup_end_time_message="Took $(print_time $backup_end_time)"
trigger_notify "info" "Backup completed" "$backup_end_time_message"
say primary "$(repeat "-" 80)"