Add missing services during upgrade

Added functionality to add missing services during the upgrade process.
This commit is contained in:
FusionPBX
2026-05-01 21:10:10 +00:00
committed by GitHub
parent a48ea3d945
commit fe7a5033c2
+4
View File
@@ -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') {