Don’t error exit if bootstrap complete, just show info

This commit is contained in:
tschettervictor
2025-05-14 11:32:11 -06:00
committed by GitHub
parent 68ae8cdb1d
commit b7932e375a

View File

@@ -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