update error message

This commit is contained in:
Ray Elliott 2020-09-07 11:46:30 +01:00
parent fad8de9d4e
commit a2e534f552
1 changed files with 1 additions and 1 deletions

View File

@ -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 \