2
0
Fork 0

sh.zio.backup: remove prototyping

main
Ducky 2024-04-02 01:07:53 +01:00
parent 49a0fcdce4
commit bfdd064e34
1 changed files with 0 additions and 1 deletions

View File

@ -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)"