From eedcaf9abb590335aee5df5b5bc436de915ccabf Mon Sep 17 00:00:00 2001 From: Sven R Date: Tue, 28 Jan 2020 17:25:41 +0100 Subject: [PATCH] bootstrap_url in bastille.conf --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index b54ac84f..289428e6 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -404,7 +404,7 @@ fi NAME_VERIFY=$(echo "${RELEASE}" | grep -iwE '^([1-9]{2,2})(-stable-LAST|-STABLE-last|-stable-last|-STABLE-LAST)$' | sed 's/STABLE/stable/g' | sed 's/last/LAST/g') if [ -n "${NAME_VERIFY}" ]; then RELEASE="${NAME_VERIFY}" - UPSTREAM_URL="i${bastille_url_hardenedbsd}/${HW_MACHINE}/${HW_MACHINE_ARCH}/hardenedbsd-${RELEASE}" + UPSTREAM_URL="${bastille_url_hardenedbsd}/${HW_MACHINE}/${HW_MACHINE_ARCH}/hardenedbsd-${RELEASE}" bootstrap_directories bootstrap_release else