2
0
Fork 0

sh.zio.backup: prototyping

This commit is contained in:
Ducky 2024-04-01 21:36:11 +01:00
parent 9c36417214
commit f9c3ba2cba

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"