1 parent e883850 commit 54da888Copy full SHA for 54da888
1 file changed
create_monero_torrent.sh
@@ -43,7 +43,7 @@ for tuple in "$HASHES_URL:hashes.txt" "$BF_KEY_URL:binaryfate.asc"; do
43
# recursively find a file https://stackoverflow.com/a/656744
44
src_file=$(find "$CDN_URL" -type f -name "$url" -print -quit)
45
if [ "$src_file" ]; then
46
- cp "$src_file" "$OUTPUT_DIR/$filaname"
+ cp "$src_file" "$OUTPUT_DIR/"
47
else
48
echo "$file not found in $CDN_URL"
49
exit 1
0 commit comments