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
86
86
fi
87
87
fi
88
88
89
- echoerr wait-for-db: waiting for ${DB_HOST_NAME} :${DB_PORT}
89
+ echoerr " wait-for-db: waiting for ${DB_HOST_NAME} :${DB_PORT} "
90
90
91
91
timeout 15 bash << EOT
92
92
while ! (echo > /dev/tcp/${DB_HOST_NAME} /${DB_PORT} ) >/dev/null 2>&1;
@@ -98,9 +98,9 @@ RESULT=$?
98
98
if [ $RESULT -eq 0 ]; then
99
99
# sleep another second for so that we don't get a "the database system is starting up" error
100
100
sleep 1
101
- echoerr wait-for-db: done
101
+ echoerr " wait-for-db: done"
102
102
else
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} "
104
104
fi
105
105
106
106
composer install
You can’t perform that action at this time.
0 commit comments