Skip to content

Commit afe8d21

Browse files
committed
[fix] : Fixed checksum path
1 parent 7bb1e88 commit afe8d21

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
@@ -1077,7 +1077,7 @@ make_iso() {
10771077
${_iso_efi_boot_args} \
10781078
-output "${out_dir}/${iso_filename}" \
10791079
"${build_dir}/iso/"
1080-
_mkchecksum "${iso_filename}"
1080+
_mkchecksum "${out_dir}/${iso_filename}"
10811081
msg_info "Done! | $(ls -sh -- "${out_dir}/${iso_filename}")"
10821082

10831083
msg_info "The password for the live user and root is ${password}."

0 commit comments

Comments
 (0)