Skip to content

Commit aee5750

Browse files
committed
[fix] : Fixed empty alteriso-info
1 parent 688f140 commit aee5750

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
@@ -1016,7 +1016,7 @@ make_alteriso_info(){
10161016
if [[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]]; then
10171017
_version="${iso_version}-$(git rev-parse --short HEAD)"
10181018
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}"
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}" > "${_info_file}"
10201020
fi
10211021
}
10221022

0 commit comments

Comments
 (0)