mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
Fix minor bootstrap.sh regression
This commit is contained in:
@@ -69,6 +69,7 @@ fi
|
|||||||
validate_release_url() {
|
validate_release_url() {
|
||||||
## check upstream url, else switch to alternate url
|
## check upstream url, else switch to alternate url
|
||||||
if [ -n "${NAME_VERIFY}" ]; then
|
if [ -n "${NAME_VERIFY}" ]; then
|
||||||
|
RELEASE="${NAME_VERIFY}"
|
||||||
if ! fetch -qo /dev/null "${UPSTREAM_URL}/MANIFEST" 2>/dev/null; then
|
if ! fetch -qo /dev/null "${UPSTREAM_URL}/MANIFEST" 2>/dev/null; then
|
||||||
## try an alternate url
|
## try an alternate url
|
||||||
UPSTREAM_URL="${UPSTREAM_ALT}"
|
UPSTREAM_URL="${UPSTREAM_ALT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user