sh.zio.backup: prototyping
This commit is contained in:
parent
e57393dbe1
commit
893e007102
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue