2
0
Fork 0

sh.zio.backup: fix broken escape

main
Ducky 2024-03-30 17:05:32 +00:00
parent 4e52bed1f7
commit e08a99f67d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function invoke_restic() {
say warning "Command failed." say warning "Command failed."
/usr/local/bin/sh.zio.notify \ /usr/local/bin/sh.zio.notify \
--title "Backup failed" \ --title "Backup failed" \
--message "```$restic_out```" \ --message "\`\`\`$restic_out\`\`\`" \
--level "warning" --level "warning"
break break
#echo "---- THE OUTPUT: $restic_out" #echo "---- THE OUTPUT: $restic_out"