Skip to content

Commit

Permalink
Correcting legacy filename for checksum files.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 6, 2013
1 parent 5e1409e commit 732fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/boot/3010-verify-checksums
Expand Up @@ -38,7 +38,7 @@ Verify_checksums ()

for _DIGEST in $(echo ${LIVE_VERIFY_CHECKSUMS_DIGESTS} | sed -e 's|,| |g')
do
_CHECKSUMS="$(echo ${_DIGEST} | tr [a-z] [A-Z])SUMS ${_DIGEST}sums.txt"
_CHECKSUMS="$(echo ${_DIGEST} | tr [a-z] [A-Z])SUMS ${_DIGEST}sum.txt"

for _CHECKSUM in ${_CHECKSUMS}
do
Expand Down

0 comments on commit 732fb38

Please sign in to comment.