mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Add logs.
This commit is contained in:
parent
209b281a81
commit
29aef60728
1 changed files with 3 additions and 0 deletions
|
|
@ -34,4 +34,7 @@ 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