2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-01 21:36:11 +01:00
parent 9c36417214
commit f9c3ba2cba
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ function trigger_notify() {
title="$2"
output="$3"
notify_prog="/usr/local/bin/sh.zio.notify"
echo "$output"
break
if [[ ! -f "$notify_prog" ]]; then
say warning "'$notify_prog' not found. Not sending notification"