summaryrefslogtreecommitdiff
path: root/scripts/boot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 11:24:28 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 11:24:28 +0100
commit24593df9ed7f02976738f9dd8e28f66b908f016c (patch)
tree37b412a14eee0d5360d3a2ea0150a2664501f3f1 /scripts/boot
parent1b364a9ada38f8172085ccac031b85a708e22e6b (diff)
downloadlive-boot-24593df9ed7f02976738f9dd8e28f66b908f016c.tar.gz
live-boot-24593df9ed7f02976738f9dd8e28f66b908f016c.zip
Correcting legacy filename for checksum files.
Diffstat (limited to 'scripts/boot')
-rwxr-xr-xscripts/boot/3010-verify-checksums2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/3010-verify-checksums b/scripts/boot/3010-verify-checksums
index a27297e..08b2972 100755
--- a/scripts/boot/3010-verify-checksums
+++ b/scripts/boot/3010-verify-checksums
@@ -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