This commit is contained in:
Patrick Schleizer 2019-12-21 05:17:35 -05:00
parent 486027a4d7
commit 29cd9a0c38
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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() {