Explorar el Código

removes comment

test
padre
commit
222d86a909
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      create.sh

+ 0
- 3
create.sh Ver fichero

@@ -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…

Cargando…
Cancelar
Guardar