]> gitweb.factorcode.org Git - factor.git/commitdiff
Small fix 0.99
authornomennescio <nomennescio@factorcode.org>
Thu, 24 Aug 2023 13:21:33 +0000 (14:21 +0100)
committernomennescio <nomennescio@factorcode.org>
Thu, 24 Aug 2023 13:21:33 +0000 (14:21 +0100)
build.sh

index 22df38ba769b6015e130c7e45bbb0cc10c3605d0..08298f48be343cec0fc15bb330fc4d07d49d47f1 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -566,8 +566,8 @@ set_boot_image_vars() {
     local url="https://downloads.factorcode.org/images/${CURRENT_BRANCH}/checksums.txt"
     $ECHO "Getting checksum from ${url}"
     check_url $url
-    $ECHO "got checksum!"
     if [[ $? -eq 0 ]]; then
+        $ECHO "got checksum!"
         CHECKSUM_URL="$url"
         BOOT_IMAGE_URL="https://downloads.factorcode.org/images/${CURRENT_BRANCH}/${BOOT_IMAGE}"
     else