From 5bdd7b8475bdfde8dbee5318fb43d0c2a236e3b0 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 22 Feb 2024 09:14:52 -0500 Subject: [PATCH] output --- usr/bin/remount-secure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 38c3e2c..7b2c133 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -196,7 +196,7 @@ remount_secure() { fi new_mount_options="$(findmnt --noheadings --output options -- "$mount_folder")" || true - $output_command "INFO: '$mount_folder' new_mount_options: $new_mount_options" + $output_command "INFO: '$mount_folder' new_mount_options: '$new_mount_options'" touch "$status_file_full_path" }