Skip to content

Commit

Permalink
fix: Space after URL (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 27, 2024
1 parent 2f7f18f commit 19458d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ info "$MSG" && html "$MSG"

{ wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || :

(( rc != 0 )) && error "Failed to download $BOOT, reason: $rc" && exit 60
(( rc != 0 )) && error "Failed to download $BOOT , reason: $rc" && exit 60
[ ! -f "$TMP" ] && error "Failed to download $BOOT" && exit 61

SIZE=$(stat -c%s "$TMP")
Expand Down

0 comments on commit 19458d5

Please sign in to comment.