From 486027a4d75917fe2741370aa1e707b8ca14f693 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 21 Dec 2019 05:15:38 -0500 Subject: [PATCH] fix --- usr/lib/security-misc/remount-secure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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