No tty is available
This commit is contained in:
parent
24e0966a78
commit
34c0b42c50
|
@ -5,7 +5,7 @@ set -o pipefail
|
|||
|
||||
|
||||
while true; do
|
||||
if /usr/bin/docker exec -it mariadb-db-1 mysql -p"$(puppet lookup --render-as s mariadb_root_password 2>/dev/null)" -e "show status like 'wsrep_cluster_status';" | grep -q Primary; then
|
||||
if /usr/bin/docker exec mariadb-db-1 mysql -p"$(puppet lookup --render-as s mariadb_root_password 2>/dev/null)" -e "show status like 'wsrep_cluster_status';" | grep -q Primary; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue