mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
Remove dev null output.
This commit is contained in:
parent
7c87144cf7
commit
1ccb67ca87
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ docker-compose up -d
|
|||
echo 10.77.77.77 boulder | sudo tee -a /etc/hosts
|
||||
|
||||
set +x # reduce verbosity while waiting for boulder
|
||||
until curl http://boulder:4000/directory 2>/dev/null; do
|
||||
until curl http://boulder:4000/directory ; do
|
||||
echo waiting for boulder
|
||||
sleep 1
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue