Merge c8a894db7f0a05a065e39122dd892f6de45cbe7b into 2dafe755097057a4faf5e240f0abc98b9b4cdcb8

This commit is contained in:
ZleekWolf 2025-03-09 14:41:38 -04:00 committed by GitHub
commit bbd9f0be42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ fi
#check mountpoint
check_umount_disk "$DISK"
if grep "$DISK" /proc/mounts; then
if grep -w "$DISK" /proc/mounts; then
vterr "$DISK is already mounted, please umount it first!"
exit 1
fi