From e14c904d584046a8fbf1b0aeed4e478cdeb34f0d Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 17 Oct 2014 18:42:21 +0530 Subject: [PATCH] readme: fix database server connection error message --- assets/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/init b/assets/init index 9543f2c0..321142f0 100755 --- a/assets/init +++ b/assets/init @@ -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..."