From b7932e375aefbbbc01a5213569ef125772eef24a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 14 May 2025 11:32:11 -0600 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20error=20exit=20if=20bootstrap?= =?UTF-8?q?=20complete,=20just=20show=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/local/share/bastille/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 6eea2689..829622d9 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -209,7 +209,8 @@ bootstrap_release() { ## check if release already bootstrapped, else continue bootstrapping if [ -z "${bastille_bootstrap_archives}" ]; then - error_exit "Bootstrap appears complete." + info "\nBootstrap appears complete!\n" + exit 0 else info "\nFetching additional distfiles..." fi