blob: da4ef1f405de197f1159b62db38fcfce2ffa4fa9 [file] [log] [blame]
Andy Bavierc1dfb882015-10-07 16:20:24 -04001#!/bin/sh
2
3# Wait for there to be no services in pending state
4while $( juju status --format=summary|grep -q pending )
5do
6 sleep 10
7done