From e92dfe1b2b43224d6bdad1be5474ed5c6d4a722b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:36:48 +0200 Subject: [PATCH] Update dolibarr-install.sh (#5091) --- install/dolibarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dolibarr-install.sh b/install/dolibarr-install.sh index c81c56684..c90d013a3 100644 --- a/install/dolibarr-install.sh +++ b/install/dolibarr-install.sh @@ -23,7 +23,7 @@ install_mariadb msg_info "Setting up Database" ROOT_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c13) -$STD mariadb -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '$ROOT_PASS'); flush privileges;" +$STD mariadb -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '$ROOT_PASS'; flush privileges;" { echo "Dolibarr DB Credentials" echo "MariaDB Root Password: $ROOT_PASS"