From 581fed294f0720abe139210513682bff90691b8a Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:00:10 +0100 Subject: [PATCH] Update glpi-install.sh to remove install.php (#9378) --- 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 0d49409b70..a2a4d42993 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"