mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Fix hosts.
This commit is contained in:
parent
17c7d5c56b
commit
ceb201b9c7
1 changed files with 1 additions and 5 deletions
|
|
@ -24,8 +24,7 @@ if [ "$BOULDER_INTEGRATION" = "v2" ]; then
|
|||
fi
|
||||
|
||||
docker-compose up -d
|
||||
echo 10.77.77.77 boulder | sudo tee -a /etc/hosts
|
||||
cat /etc/hosts
|
||||
printf "\n10.77.77.77 boulder" | sudo tee -a /etc/hosts
|
||||
|
||||
set +x # reduce verbosity while waiting for boulder
|
||||
for n in `seq 1 60` ; do
|
||||
|
|
@ -35,7 +34,4 @@ for n in `seq 1 60` ; do
|
|||
echo waiting for boulder
|
||||
sleep 1
|
||||
fi
|
||||
if [[ $n = 60 ]]; then
|
||||
docker-compose logs boulder
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue