Update glpi-install.sh to remove install.php (#9378)

This commit is contained in:
Tobias 2025-11-23 12:00:10 +01:00 committed by GitHub
parent c72a810179
commit 581fed294f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"