Skip to content

Instantly share code, notes, and snippets.

@dginther
Created April 29, 2014 21:28
Show Gist options
  • Save dginther/42fabde5b77a5e67be90 to your computer and use it in GitHub Desktop.
Save dginther/42fabde5b77a5e67be90 to your computer and use it in GitHub Desktop.
until fleetctl --strict-host-key-checking=false list-units | egrep -q "deis-registry.+(running|failed)"; do printf "Status: "; fleetctl --strict-host-key-checking=false list-units | grep "deis.registry" | awk '{printf $$3}'; printf "\r" ; sleep 10; done
Output:
Waiting for initial services to start (this can take some time)...
until fleetctl --strict-host-key-checking=false list-units | egrep -q "deis-registry.+(running|failed)"; do printf "Status: "; fleetctl --strict-host-key-checking=false list-units | grep "deis.registry" | awk '{printf $3}'; printf "\r" ; sleep 10; done
Status: activating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment