From 0fc97c37beae5d48fed9ec714f19007f402952c9 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 21 Dec 2019 05:14:39 -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 61dd1f9..43425a2 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -55,7 +55,7 @@ remount_secure() { ## example mount_folder: ## /home - mount_line_of_mount_folder="$(echo "$mount_output" | grep "$mount_folder")" + mount_line_of_mount_folder="$(echo "$mount_output" | grep "$mount_folder")" || true if echo "$mount_line_of_mount_folder" | grep -q "$new_mount_options" ; then echo "INFO: $mount_folder has already intended mount options."