We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a75d8 commit 7245af7Copy full SHA for 7245af7
install/glpi-install.sh
@@ -47,7 +47,7 @@ cd /opt
47
curl -fsSL "https://github.com/glpi-project/glpi/releases/download/10.0.20/glpi-10.0.20.tgz" -o "glpi-10.0.20.tgz"
48
$STD tar -xzvf glpi-10.0.20.tgz
49
cd /opt/glpi
50
-$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
51
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
52
msg_ok "Installed GLPi"
53
0 commit comments