From 893e007102f4d8991f4cd4ccea89936ac452a550 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 2 Apr 2024 00:00:32 +0100 Subject: [PATCH] sh.zio.backup: prototyping --- usr/local/bin/sh.zio.backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/sh.zio.backup b/usr/local/bin/sh.zio.backup index ef1141c..f025e38 100755 --- a/usr/local/bin/sh.zio.backup +++ b/usr/local/bin/sh.zio.backup @@ -164,7 +164,7 @@ function trigger_notify() { if [[ ! -f "$notify_prog" ]]; then say warning "'$notify_prog' not found. Not sending notification" else - message="$(echo $message | sed -e "s/\`/\\\`/g")" + #message="$(echo $message | sed -e "s/\`/\\\`/g")" "$notify_prog" \ --file "$log_path" \ --level "$level" \