sh.zio.backup: remove prototyping
parent
49a0fcdce4
commit
bfdd064e34
|
@ -408,7 +408,6 @@ if [[ -z "$1" || -f "$1" ]]; then
|
|||
invoke_script "$1"
|
||||
fi
|
||||
|
||||
sleep 5
|
||||
backup_end_time=$(( $(date +%s) - $backup_start_time ))
|
||||
trigger_notify "info" "Backup completed" "Took $(print_time $backup_end_time)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue