File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ sed -ie "s/single/errorlog/g" config/app.php
8686 fi
8787fi
8888
89- echoerr wait-for-db: waiting for ${DB_HOST_NAME} :${DB_PORT}
89+ echoerr " wait-for-db: waiting for ${DB_HOST_NAME} :${DB_PORT} "
9090
9191timeout 15 bash << EOT
9292while ! (echo > /dev/tcp/${DB_HOST_NAME} /${DB_PORT} ) >/dev/null 2>&1;
@@ -98,9 +98,9 @@ RESULT=$?
9898if [ $RESULT -eq 0 ]; then
9999 # sleep another second for so that we don't get a "the database system is starting up" error
100100 sleep 1
101- echoerr wait-for-db: done
101+ echoerr " wait-for-db: done"
102102else
103- echoerr wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME} :${DB_PORT}
103+ echoerr " wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME} :${DB_PORT} "
104104fi
105105
106106composer install
You can’t perform that action at this time.
0 commit comments