Always inform we're polling the domain

Closes #141.
This commit is contained in:
decentral1se 2021-04-07 13:14:53 +02:00
parent e0b185b5ef
commit 809ee6e68b
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -786,7 +786,7 @@ ensure_stack_deployed() {
ensure_domain_deployed() {
DOMAIN=$1
info "Waiting for $DOMAIN to come up"
warning "Waiting for $DOMAIN to come up..."
idx=1
until curl --output /dev/null --silent --head --fail "$DOMAIN"; do