This commit is contained in:
Patrick Schleizer 2023-10-22 11:12:54 -04:00
parent f1da0ce746
commit 8eb4607a0e
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -113,8 +113,8 @@ remount_secure() {
mount --options "$intended_mount_options" --bind "$mount_folder" "$mount_folder" || exit_code=101
fi
new_mount_options="$(findmnt --noheadings "$mount_folder")" || true
$output_command "INFO: $new_mount_options"
new_mount_options="$(findmnt --noheadings --output options -- "$mount_folder")" || true
$output_command "INFO: '$mount_folder' new_mount_options: $new_mount_options"
touch "$status_file_full_path"
}