mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-16 07:26:22 +00:00
Merge c8a894db7f0a05a065e39122dd892f6de45cbe7b into 2dafe755097057a4faf5e240f0abc98b9b4cdcb8
This commit is contained in:
commit
bbd9f0be42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user