[CORE] made configure script explicitly fail when bootstrap.env is not present
This commit is contained in:
parent
44f51ce715
commit
61ebeca706
5
bin/configure
vendored
5
bin/configure
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user