fix: Space after URL (#392)
This commit is contained in:
parent
2f7f18ff27
commit
19458d555c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ info "$MSG" && html "$MSG"
|
||||||
|
|
||||||
{ wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || :
|
{ 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
|
[ ! -f "$TMP" ] && error "Failed to download $BOOT" && exit 61
|
||||||
|
|
||||||
SIZE=$(stat -c%s "$TMP")
|
SIZE=$(stat -c%s "$TMP")
|
||||||
|
|
Loading…
Reference in a new issue