mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Commad line upgrade enhancements (#6955)
* Add new English language phrases for cli upgrade menu * include a software name as a const for cli upgrade menu * add it repos in app folder, internationalizations, and descriptions * bug fix when response_source_update is empty change back to origin dir * change original 'menu' to 'menus'. Allow calling menu from upgrade.php * Update upgrade_menu.php
This commit is contained in:
@@ -2362,6 +2362,7 @@ if (!function_exists('git_pull')) {
|
||||
$update_status = false;
|
||||
|
||||
if (sizeof($response_source_update) == 0) {
|
||||
chdir($cwd);
|
||||
return array('result' => false, 'message' => null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user