From f9c3ba2cba69cb3404c3d5d7e6596e2703798a23 Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 1 Apr 2024 21:36:11 +0100 Subject: [PATCH] sh.zio.backup: prototyping --- usr/local/bin/sh.zio.backup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/local/bin/sh.zio.backup b/usr/local/bin/sh.zio.backup index 67998e3..98a51c9 100755 --- a/usr/local/bin/sh.zio.backup +++ b/usr/local/bin/sh.zio.backup @@ -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"