sh.zio.backup: prototyping
parent
9c36417214
commit
f9c3ba2cba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue