sh.zio.backup: prototyping
parent
8a55bd9347
commit
d10b2719c1
|
@ -407,7 +407,7 @@ if [[ -z "$1" || -f "$1" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
backup_end_time=$(( $(date +%s) - $backup_start_time ))
|
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"
|
trigger_notify "info" "Backup completed" "$backup_end_time_message"
|
||||||
|
|
||||||
say primary "$(repeat "-" 80)"
|
say primary "$(repeat "-" 80)"
|
||||||
|
|
Loading…
Reference in New Issue