2
0
Fork 0

sh.zio.backup: remove prototyping

This commit is contained in:
Ducky 2024-04-02 01:07:53 +01:00
parent 49a0fcdce4
commit bfdd064e34

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