2
0
Fork 0

sh.zio.backup: attempt to fix newlines being broken

main
Ducky 2024-03-30 17:21:11 +00:00
parent 9a71a8e5dd
commit 42eb4c0b95
1 changed files with 1 additions and 1 deletions

View File

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