We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e7f2b commit 459e437Copy full SHA for 459e437
build.sh
@@ -1006,7 +1006,7 @@ make_prepare() {
1006
if [[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]]; then
1007
_version="${iso_version}-$(git rev-parse --short HEAD)"
1008
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}"
+ "${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}"
1010
1011
}
1012
0 commit comments