sh.zio.backup: fix weirdness running Notify
parent
aedfc04435
commit
52ec2aad87
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue