sh.zio.backup: prototyping
This commit is contained in:
parent
9c36417214
commit
f9c3ba2cba
1 changed files with 3 additions and 0 deletions
|
@ -196,6 +196,9 @@ function trigger_notify() {
|
||||||
output="$3"
|
output="$3"
|
||||||
notify_prog="/usr/local/bin/sh.zio.notify"
|
notify_prog="/usr/local/bin/sh.zio.notify"
|
||||||
|
|
||||||
|
echo "$output"
|
||||||
|
break
|
||||||
|
|
||||||
if [[ ! -f "$notify_prog" ]]; then
|
if [[ ! -f "$notify_prog" ]]; then
|
||||||
say warning "'$notify_prog' not found. Not sending notification"
|
say warning "'$notify_prog' not found. Not sending notification"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue