sh.zio.backup: prototyping
This commit is contained in:
parent
9c36417214
commit
f9c3ba2cba
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue