diff --git a/bin/configure b/bin/configure index 26fc96699e..0ca5e79d7b 100755 --- a/bin/configure +++ b/bin/configure @@ -7,6 +7,11 @@ done cd "${git_dir}" || exit +if [ ! -f ./docker/bootstrap/bootstrap.env ]; then + printf "bootstrap.env missing! Please run the bootstrap_certificates script.\n" + exit 1 +fi + . ./docker/bootstrap/bootstrap.env