mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 15:00:44 +01:00
Fix minor bootstrap.sh regression
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user