From c2a62f1421a4b95b549b5e6e00391eabe01bb4ca Mon Sep 17 00:00:00 2001 From: Vivek Revankar Date: Thu, 31 Oct 2024 00:42:54 -0700 Subject: [PATCH] nit --- scripts/remount_vfat.sh | 1 - 1 file changed, 1 deletion(-) 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