sh.zio.backup: remove prototyping
This commit is contained in:
parent
468d16bfe8
commit
b2aed7f621
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,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 ))
|
||||||
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)"
|
say primary "$(repeat "-" 80)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue