2
0
Fork 0
main
Ducky 2024-03-30 17:01:49 +00:00
parent 52ec2aad87
commit a7286387d8
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.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"
#if [[ $attempts == 0 ]]; then #if [[ $attempts == 0 ]]; then