readme: fix database server connection error message

This commit is contained in:
Sameer Naik 2014-10-17 18:42:21 +05:30
parent 04f8be2efe
commit e14c904d58

View File

@ -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..."