From a26b520a5fcea50c06f1b662f2dab3ff84d2e8a2 Mon Sep 17 00:00:00 2001 From: Anel Husakovic Date: Sat, 23 Feb 2019 23:48:55 +0000 Subject: Fix echo message --- scripts/mysql_install_db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 59607d7f508..d87c0aa48a5 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -240,10 +240,10 @@ cannot_find_file() fi echo - echo "If you compiledx from source, you need to either run 'make install' to" + echo "If you compiled from source, you need to either run 'make install' to" echo "copy the software into the correct location ready for operation." echo "If you don't want to do a full install, you can use the --srcdir" - echo "option to only install the mysql database and privilege tables" + echo "option to only install the mysql database and privilege tables." echo echo "If you are using a binary release, you must either be at the top" echo "level of the extracted archive, or pass the --basedir option" -- cgit v1.2.1