2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-02 01:00:01 +01:00
parent dc41ec6fea
commit 468d16bfe8
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ 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)"
trigger_notify "info" "Backup completed" "Took $(print_time $backup_end_time) ??"
say primary "$(repeat "-" 80)"