Skip to content

Commit 31ab1ba

Browse files
committed
Correction.
1 parent 9c5d244 commit 31ab1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_prog-ops/hash-custom.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ _hash_img-stream() {
100100
local currentFileName=vm.img
101101
local currentFilePath=/dev/stdin
102102

103-
_wget_githubRelease_join-stdout "soaringDistributions/ubdist-dummy" "$1" "package_image.tar.flx" 2> /dev/null | _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | \
103+
_wget_githubRelease_join-stdout "soaringDistributions/ubdist_dummy" "$1" "package_image.tar.flx" 2> /dev/null | _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | \
104104
tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc '0-9' > "$safeTmp"/.tmp-currentFileBytes ) | \
105105
tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > "$safeTmp"/.tmp-whirlpool ) | \
106106
( [[ "$skimfast" != "true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > "$safeTmp"/.tmp-sha3 )
@@ -149,7 +149,7 @@ _hash_rootfs-stream() {
149149
local currentFileName=package_rootfs.tar
150150
local currentFilePath=/dev/stdin
151151

152-
_wget_githubRelease_join-stdout "soaringDistributions/ubdist-dummy" "$1" "package_rootfs.tar.flx" 2> /dev/null | lz4 -d -c | \
152+
_wget_githubRelease_join-stdout "soaringDistributions/ubdist_dummy" "$1" "package_rootfs.tar.flx" 2> /dev/null | lz4 -d -c | \
153153
tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc '0-9' > "$safeTmp"/.tmp-currentFileBytes ) | \
154154
tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > "$safeTmp"/.tmp-whirlpool ) | \
155155
( [[ "$skimfast" != "true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > "$safeTmp"/.tmp-sha3 )
@@ -198,7 +198,7 @@ _hash_live-stream() {
198198
local currentFileName=vm-live.iso
199199
local currentFilePath=/dev/stdin
200200

201-
_wget_githubRelease_join-stdout "soaringDistributions/ubdist-dummy" "$1" "vm-live.iso" 2> /dev/null | \
201+
_wget_githubRelease_join-stdout "soaringDistributions/ubdist_dummy" "$1" "vm-live.iso" 2> /dev/null | \
202202
tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc '0-9' > "$safeTmp"/.tmp-currentFileBytes ) | \
203203
tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > "$safeTmp"/.tmp-whirlpool ) | \
204204
( [[ "$skimfast" != "true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > "$safeTmp"/.tmp-sha3 )

0 commit comments

Comments
 (0)