Skip to content

Commit 581fed2

Browse files
authored
Update glpi-install.sh to remove install.php (#9378)
1 parent c72a810 commit 581fed2

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
@@ -132,7 +132,7 @@ EOF
132132
$STD a2dissite 000-default.conf
133133
$STD a2enmod rewrite
134134
$STD a2ensite glpi.conf
135-
rm -rf /opt/glpi/install
135+
rm -rf /opt/glpi/install/install.php
136136
rm -rf /opt/glpi-${RELEASE}.tgz
137137
msg_ok "Setup Service"
138138

0 commit comments

Comments
 (0)