sh.zio.backup: fix incorrect path for Notify
This commit is contained in:
parent
16a006ab98
commit
aedfc04435
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function invoke_restic() {
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
say warning "Command failed."
|
say warning "Command failed."
|
||||||
/usr/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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue