[Compose, PHP-FPM] Fix script in new image

This commit is contained in:
André
2018-07-04 11:41:43 +02:00
parent 5e590ea119
commit e352604a9b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ while ! mysqladmin ping --host mysql -u${DBUSER} -p${DBPASS} --silent; do
sleep 2
done
until [ $(redis-cli -h redis-mailcow PING) == "PONG" ]; do
until [[ $(redis-cli -h redis-mailcow PING) == "PONG" ]]; do
sleep 2
done