2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-01 21:35:17 +01:00
parent d7ee173bde
commit 9c36417214
1 changed files with 2 additions and 1 deletions

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
}