From 70e40077f6f20cea8a42345adf14dc7b0fda1fb6 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 13 Jan 2023 17:14:54 -0500 Subject: [PATCH] Fix derp --- openwrtbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 398f9af..45aa379 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -374,8 +374,8 @@ getImageBuilder() { # echo "Verifying checksums" # debug "$dl_tool -s "${P_ARR[sha256_url]}" | grep $filename | cut -f1 -d' '" if ! $dl_tool -o "$BUILDDIR" "$SHA256_URL"; then - debug "Downloaded sha256sums: $checksum" - + debug "Downloaded sha256sums: $checksum" + fi fi