2
0
Fork 0

sh.zio.backup: fix broken say

main
Ducky 2023-08-22 21:56:23 +01:00
parent dd75210f5b
commit 3181e9564f
1 changed files with 1 additions and 1 deletions

View File

@ -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'?)"