From db48e6dc6652d7103bcd8d363626a90524e1d0ce Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:44:40 +0100 Subject: [PATCH] Update glpi-install.sh to remove install.php --- 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 0d49409b7..a2a4d4299 100644 --- a/install/glpi-install.sh +++ b/install/glpi-install.sh @@ -132,7 +132,7 @@ EOF $STD a2dissite 000-default.conf $STD a2enmod rewrite $STD a2ensite glpi.conf -rm -rf /opt/glpi/install +rm -rf /opt/glpi/install/install.php rm -rf /opt/glpi-${RELEASE}.tgz msg_ok "Setup Service"