From 29cd9a0c38924fc2eb7520db886efc19541476cb Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 21 Dec 2019 05:17:35 -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 0f8e857..03a8250 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -70,7 +70,7 @@ remount_secure() { mount -o "$new_mount_options" --bind "$mount_folder" "$mount_folder" fi - touch "/var/run/remount-secure/${FUNCNAME}" + touch "/var/run/remount-secure/${status_file_name}" } _home() {