dumbshit
parent
52ec2aad87
commit
a7286387d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue