From 013987f7e14291aede2220384bf4a51cdbed7016 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Feb 2020 07:24:16 -0400 Subject: [PATCH] Fix minor bootstrap.sh regression --- usr/local/share/bastille/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 2acc16bb..97d42ee4 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -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}"