Add missing services during upgrade
Added functionality to add missing services during the upgrade process.
This commit is contained in:
@@ -191,6 +191,10 @@
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
//add missing services
|
||||
$service = new services();
|
||||
$service->add_missing();
|
||||
|
||||
//show the help menu
|
||||
if ($upgrade_type == 'help' or $upgrade_type == '-h' or $upgrade_type == '--help') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user