From a2e534f552ffeb5d6aa471e604689b665bef62da Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 7 Sep 2020 11:46:30 +0100 Subject: [PATCH] update error message --- scripts/debian10/install-wordpress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian10/install-wordpress.sh b/scripts/debian10/install-wordpress.sh index 07fabd9..67fcc14 100755 --- a/scripts/debian10/install-wordpress.sh +++ b/scripts/debian10/install-wordpress.sh @@ -21,7 +21,7 @@ else $_mysql_cmd "GRANT ALL PRIVILEGES ON $wp_db_name.* TO '$wp_db_user'@'localhost' IDENTIFIED BY '$wp_db_pass';" $_mysql_cmd "FLUSH PRIVILEGES;" else - echo "ERROR: no installed database found - aborting WordPress install" + echo "ERROR: mysql not found - aborting WordPress install" exit 40 fi wp core download \