diff --git a/usr/lib/security-misc/remount-secure b/usr/lib/security-misc/remount-secure index 3feb859..0f8e857 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -62,7 +62,7 @@ remount_secure() { return 0 fi - if echo "$mount_output" | grep -q "$mount_folder" ; then + if echo "$mount_output" | grep -q "$mount_folder " ; then ## Already mounted. Using remount. mount -o "remount,${new_mount_options}" "$mount_folder" else