We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff51b9 commit 6036034Copy full SHA for 6036034
1 file changed
toolchain/scripts/tool_kit.sh
@@ -978,7 +978,7 @@ download_pkg_from_url() {
978
"smart"|*)
979
# Smart fallback: try with certificate validation first, then without
980
echo "Attempting secure download: $__url"
981
- if wget ${DOWNLOADER_FLAGS} "$__url" -O "$__filename" 2>/dev/null; then
+ if wget ${DOWNLOADER_FLAGS} "$__url" -O "$__filename"; then
982
echo "Download successful with certificate validation"
983
else
984
echo "Certificate validation failed, retrying without certificate check..."
0 commit comments