@@ -85,32 +85,32 @@ start: check-fleet start-warning start-routers
8585 @# registry logger cache database
8686 $(call echo_yellow,"Waiting for deis-registry to start...")
8787 $(FLEETCTL ) start -no-block $(START_UNITS )
88- @until $(FLEETCTL ) list-units | egrep -q " deis-registry.+(running|failed)" ; \
88+ @until $(FLEETCTL ) list-units | egrep -q " deis-registry\. .+(running|failed)" ; \
8989 do sleep 2; \
9090 printf " \033[0;33mStatus:\033[0m " ; $(FLEETCTL ) list-units | \
91- grep " deis-registry" | awk ' {printf "%-10s (%s) \r", $$4, $$5}' ; \
91+ grep " deis-registry\. " | awk ' {printf "%-10s (%s) \r", $$4, $$5}' ; \
9292 sleep 8; \
9393 done
9494 $(call check_for_errors)
9595
9696 @# controller
9797 $(call echo_yellow,"Waiting for deis-controller to start...")
9898 $(FLEETCTL) start -no-block controller/systemd/*
99- @until $(FLEETCTL) list-units | egrep -q "deis-controller.+(running|failed)"; \
99+ @until $(FLEETCTL) list-units | egrep -q "deis-controller\. .+(running|failed)"; \
100100 do sleep 2; \
101101 printf "\033[0;33mStatus:\033[0m "; $(FLEETCTL) list-units | \
102- grep "deis-controller" | awk '{printf "%-10s (%s) \r", $$4, $$5}'; \
102+ grep "deis-controller\. " | awk '{printf "%-10s (%s) \r", $$4, $$5}'; \
103103 sleep 8; \
104104 done
105105 $(call check_for_errors)
106106
107107 @# builder
108108 $(call echo_yellow,"Waiting for deis-builder to start...")
109109 $(FLEETCTL) start -no-block builder/systemd/*.service
110- @until $(FLEETCTL) list-units | egrep -q "deis-builder.+(running|failed)"; \
110+ @until $(FLEETCTL) list-units | egrep -q "deis-builder\. .+(running|failed)"; \
111111 do sleep 2; \
112112 printf "\033[0;33mStatus:\033[0m "; $(FLEETCTL) list-units | \
113- grep "deis-builder" | awk '{printf "%-10s (%s) \r", $$4, $$5}'; \
113+ grep "deis-builder\. " | awk '{printf "%-10s (%s) \r", $$4, $$5}'; \
114114 sleep 8; \
115115 done
116116 $(call check_for_errors)
0 commit comments