Skip to content

Commit

Permalink
catch checksum as a wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed May 6, 2024
1 parent c533ca0 commit dea5248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/gen-torrents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for variant in "${VARIANTS[@]}"; do

printf "** Linking Version: %s; Arch: %s; Variant: %s\n" "${REVISION}" "${arch}" "${variant}"
ln -sv \
"${ISODIR}"/"${arch}"/{CHECKSUM*,"${name_template}".iso*} \
"${ISODIR}"/"${arch}"/{"CHECKSUM"*,"${name_template}".iso*} \
"${name_template}"/
done
done
Expand Down

0 comments on commit dea5248

Please sign in to comment.