Fix minor bootstrap.sh regression

This commit is contained in:
Jose
2020-02-02 07:24:16 -04:00
parent 9681254d76
commit 013987f7e1

View File

@@ -69,6 +69,7 @@ fi
validate_release_url() {
## check upstream url, else switch to alternate url
if [ -n "${NAME_VERIFY}" ]; then
RELEASE="${NAME_VERIFY}"
if ! fetch -qo /dev/null "${UPSTREAM_URL}/MANIFEST" 2>/dev/null; then
## try an alternate url
UPSTREAM_URL="${UPSTREAM_ALT}"