Selaa lähdekoodia

removes comment

test
Jean-Christophe Vanhalle 4 vuotta sitten
vanhempi
commit
222d86a909
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0
    3
      create.sh

+ 0
- 3
create.sh Näytä tiedosto

@@ -40,9 +40,6 @@ PING_MYSQL="mysqladmin \
--user=${DB_USER} \
--password=${DB_USER_PASSWORD} \
--silent"
# [: mysqld: unexpected operator when not using [
# see: https://unix.stackexchange.com/a/482059
#while [ ! $(docker exec ${DOCKER_PREFIX}-web /bin/sh -c "${PING_MYSQL}") ]
while ! docker exec ${DOCKER_PREFIX}-web /bin/sh -c "${PING_MYSQL}"
do
echo Waiting for ${DOCKER_PREFIX}-db to accept connections…

Loading…
Peruuta
Tallenna