armbian-next: reset_uid_owner for the markdown log file too

This commit is contained in:
Ricardo Pardini
2023-01-03 13:10:14 +01:00
parent 2f9a4470c7
commit ddbb91653f

View File

@@ -588,6 +588,7 @@ function trap_handler_cleanup_logging() {
# Export Markdown assets.
local target_file="${target_path}/armbian-${ARMBIAN_LOG_CLI_ID}-${ARMBIAN_BUILD_UUID}.md"
export_markdown_logs
reset_uid_owner "${target_file}"
if [[ "${EXPORT_HTML_LOG}" == "yes" ]]; then
local target_file="${target_path}/armbian-${ARMBIAN_LOG_CLI_ID}-${ARMBIAN_BUILD_UUID}.html"