diff --git a/scripts/remount_vfat.sh b/scripts/remount_vfat.sh index a962714..42927ab 100644 --- a/scripts/remount_vfat.sh +++ b/scripts/remount_vfat.sh @@ -7,7 +7,6 @@ # Example: ./remount_vfat.sh /mnt/media_rw/2IDK-11F4 ################################################################################ - if [ "$(readlink /proc/self/ns/mnt)" != "$(readlink /proc/1/ns/mnt)" ]; then echo "not running in global mount namespace, try elevating first" exit 1