Skip to content
Snippets Groups Projects
Verified Commit 0805732e authored by David Beniamine's avatar David Beniamine
Browse files

Remove install script after upgrade

parent f387f863
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,8 @@ upgrade_glpi() { ...@@ -95,6 +95,8 @@ upgrade_glpi() {
# Activate plugins # Activate plugins
$0 console plugin:install --username=glpi --all $0 console plugin:install --username=glpi --all
$0 console plugin:activate --all $0 console plugin:activate --all
# Cleanup
$cmd rm $prefix/install/install.php
} }
action=$1 action=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment