Skip to content

Commit 459e437

Browse files
committed
[fix] : Fixed empty alteriso-info
1 parent b0e7f2b commit 459e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ make_prepare() {
10061006
if [[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]]; then
10071007
_version="${iso_version}-$(git rev-parse --short HEAD)"
10081008
fi
1009-
"${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}"
1009+
"${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}" > "${_info_file}"
10101010
fi
10111011
}
10121012

0 commit comments

Comments
 (0)