2
0
Fork 0

sh.zio.backup: prototyping

This commit is contained in:
Ducky 2024-04-01 21:35:17 +01:00
parent d7ee173bde
commit 9c36417214

View file

@ -202,7 +202,8 @@ function trigger_notify() {
/usr/local/bin/sh.zio.notify \
--invoked-by "sh.zio.backup" \
--level "$level" \
--message '```\\n'"${output//$'\n'/'\\n'}"'\\n```' \
#--message '```\\n'"${output//$'\n'/'\\n'}"'\\n```' \
--message "$output" \
--title "$title"
fi
}