From e18ec533c3ebb382f974d30db3cd1f5eace648c2 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 24 Dec 2019 17:54:02 -0500 Subject: [PATCH] comment --- usr/lib/security-misc/remount-secure | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/security-misc/remount-secure b/usr/lib/security-misc/remount-secure index ae263b8..3d1c1ca 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -72,6 +72,7 @@ remount_secure() { return 0 fi + ## BUG: echo: write error: Broken pipe if echo "$mount_output" | grep -q "$mount_folder " ; then ## Already mounted. Using remount. echo mount -o "remount,${new_mount_options}" "$mount_folder"