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:
frytimo
2024-04-22 20:15:09 -03:00
committed by GitHub
parent 4e8f60cb92
commit 33ff85ee75
4 changed files with 207 additions and 21 deletions

View File

@@ -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);
}