From 7245af72086ca86ba98d8211f7475f98ab70baa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:00:50 +0200 Subject: [PATCH] Update glpi-install.sh (#8148) --- install/glpi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/glpi-install.sh b/install/glpi-install.sh index 1113b335d..d213eecd4 100644 --- a/install/glpi-install.sh +++ b/install/glpi-install.sh @@ -47,7 +47,7 @@ cd /opt curl -fsSL "https://github.com/glpi-project/glpi/releases/download/10.0.20/glpi-10.0.20.tgz" -o "glpi-10.0.20.tgz" $STD tar -xzvf glpi-10.0.20.tgz cd /opt/glpi -$STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction --allow-superuser +$STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed GLPi"