From 809ee6e68bc8341c4e17864e50edcc245a2d85c8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 13:14:53 +0200 Subject: [PATCH] Always inform we're polling the domain Closes https://git.autonomic.zone/coop-cloud/abra/issues/141. --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index ea7ac82..41bbcd5 100755 --- a/abra +++ b/abra @@ -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