2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-02 01:04:39 +01:00
parent 8a55bd9347
commit d10b2719c1
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ if [[ -z "$1" || -f "$1" ]]; then
fi
backup_end_time=$(( $(date +%s) - $backup_start_time ))
backup_end_time_message="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)"