2
0
Fork 0

sh.zio.backup: prototyping

This commit is contained in:
Ducky 2024-04-01 23:59:22 +01:00
parent 0de422a2b0
commit e57393dbe1

View file

@ -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" \