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 688f140 commit aee5750Copy full SHA for aee5750
build.sh
@@ -1016,7 +1016,7 @@ make_alteriso_info(){
1016
if [[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]]; then
1017
_version="${iso_version}-$(git rev-parse --short HEAD)"
1018
fi
1019
- "${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}"
1020
1021
}
1022
0 commit comments