Skip to content

Commit 03d00d5

Browse files
DT3264equetzal
authored andcommitted
Updates make-iso.sh
Updates the md5 hash generation so it doesn't override the sha256 hash
1 parent 021fdae commit 03d00d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-system/tools/make-iso/make-iso.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "Generating $ISO_OUTPUT"
5151

5252
## Gen ISO Hash
5353
sha256sum "$ISO_OUTPUT" >>"$ISO_OUTPUT.sha256"
54-
md5sum "$ISO_OUTPUT" >>"$ISO_OUTPUT.sha256"
54+
md5sum "$ISO_OUTPUT" >>"$ISO_OUTPUT.md5"
5555

5656
## Return to original directory
5757
cd "$CURRENT_PATH" || exit 1 # error

0 commit comments

Comments
 (0)