mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
readme: fix database server connection error message
This commit is contained in:
parent
04f8be2efe
commit
e14c904d58
@ -601,7 +601,7 @@ appStart () {
|
||||
do
|
||||
timeout=$(expr $timeout - 1)
|
||||
if [ $timeout -eq 0 ]; then
|
||||
echo "Could not connect to mysql server. Aborting..."
|
||||
echo "Could not connect to database server. Aborting..."
|
||||
exit 1
|
||||
fi
|
||||
echo "Waiting for database server to accept connections..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user