sh.zio.backup: fix broken say
This commit is contained in:
parent
dd75210f5b
commit
3181e9564f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ elif [[ "$1" == "toggle-mount" ]]; then
|
|||
umount "$restic_mount_path"
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
say warn "Deleting: $restic_mount_path"
|
||||
say warning "Deleting: $restic_mount_path"
|
||||
rm -rf "$restic_mount_path"
|
||||
else
|
||||
die "Failed to umount (are you still in '$restic_mount_path'?)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue