sh.zio.backup: add notification for manual backup
parent
62e5a41bd0
commit
49a5c08cad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue