2
0
Fork 0

sh.zio.backup: fix weirdness running Notify

main
Ducky 2024-03-30 17:01:24 +00:00
parent aedfc04435
commit 52ec2aad87
1 changed files with 2 additions and 2 deletions

View File

@ -93,10 +93,10 @@ function invoke_restic() {
break break
else else
say warning "Command failed." say warning "Command failed."
/usr/local/bin/sh.zio.backup \ $(/usr/local/bin/sh.zio.backup \
--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"
#if [[ $attempts == 0 ]]; then #if [[ $attempts == 0 ]]; then