sh.zio.backup: fix weirdness running Notify
parent
aedfc04435
commit
52ec2aad87
|
@ -93,10 +93,10 @@ function invoke_restic() {
|
|||
break
|
||||
else
|
||||
say warning "Command failed."
|
||||
/usr/local/bin/sh.zio.backup \
|
||||
$(/usr/local/bin/sh.zio.backup \
|
||||
--title "Backup failed" \
|
||||
--message "$restic_out" \
|
||||
--level "warning"
|
||||
--level "warning")
|
||||
break
|
||||
#echo "---- THE OUTPUT: $restic_out"
|
||||
#if [[ $attempts == 0 ]]; then
|
||||
|
|
Loading…
Reference in New Issue