X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/17f9e2fd09d973d39885348fee4906da3aa190ac..201f7cc13c84a4503b11e212619c98e82da4d720:/INSTALL/VentoyPlugson.sh diff --git a/INSTALL/VentoyPlugson.sh b/INSTALL/VentoyPlugson.sh index 5ded186..5394a36 100644 --- a/INSTALL/VentoyPlugson.sh +++ b/INSTALL/VentoyPlugson.sh @@ -163,7 +163,7 @@ fi PART1=$(get_disk_part_name $DISK 1) if grep -q "^$PART1 " /proc/mounts; then - mtpnt=$(grep "^$PART1 " /proc/mounts | awk '{print $2}') + mtpnt=$(grep "^$PART1 " /proc/mounts | awk '{print $2}' | sed 's/\\040/ /g') fstype=$(grep "^$PART1 " /proc/mounts | awk '{print $3}') if echo $fstype | grep -q -i 'fuse'; then