This commit is contained in:
Patrick Schleizer 2024-02-22 09:14:52 -05:00
parent 44a15cd97d
commit 5bdd7b8475
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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"
}