summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornomennescio <nomennescio@factorcode.org>2023-08-24 14:21:33 +0100
committernomennescio <nomennescio@factorcode.org>2023-08-24 14:21:33 +0100
commite10b64dbc53a8583098e73580a1eb9ff4ce0c709 (patch)
tree703cdb3f015f713d14ee30b482aa43f581b34b74
parent86f34c7c517f2a3176bc7e3244e997ac822e1612 (diff)
Small fix0.99
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 22df38ba76..08298f48be 100755
--- 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