Skip to content

Commit 7245af7

Browse files
authored
Update glpi-install.sh (#8148)
1 parent c3a75d8 commit 7245af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/glpi-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd /opt
4747
curl -fsSL "https://github.com/glpi-project/glpi/releases/download/10.0.20/glpi-10.0.20.tgz" -o "glpi-10.0.20.tgz"
4848
$STD tar -xzvf glpi-10.0.20.tgz
4949
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
50+
$STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction
5151
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
5252
msg_ok "Installed GLPi"
5353

0 commit comments

Comments
 (0)