2
0
Fork 0

sh.zio.backup: add notification for manual backup

main
Ducky 2024-04-02 00:49:29 +01:00
parent 62e5a41bd0
commit 49a5c08cad
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ if [[ -z "$1" || -f "$1" ]]; then
done
else
say info "Running script: $(basename "$1")"
trigger_notify "info" "Backup started (manual)" "Running script: \"$1\""
invoke_script "$1"
fi