From c6cde78a8502b4ff44920431476ae07c12b44163 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 3 Oct 2024 19:21:26 +0200 Subject: [PATCH] =?UTF-8?q?user=20`mariadb`=20instead=20of=20=C2=B4mysql`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wordpress_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wordpress_install.sh b/wordpress_install.sh index 9d9ec30..c28fba5 100644 --- a/wordpress_install.sh +++ b/wordpress_install.sh @@ -412,7 +412,7 @@ wp_cli_cmd --info check_command wp_cli_cmd core download --force --debug # Populate DB -mysql -uroot -p"$MARIADB_PASS" <