This commit is contained in:
2026-07-25 23:44:07 -05:00
parent 53504cd167
commit eb42068196
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ than four hours old. If the remote is unavailable, the installed copy is used.
Updates are fast-forward-only. Local file changes, local-only commits, and Updates are fast-forward-only. Local file changes, local-only commits, and
diverged histories are preserved and reported instead of being overwritten. diverged histories are preserved and reported instead of being overwritten.
The Utilities menu can safely switch TA-ProxMenu between branches published on The TA-ProxMenu Management menu can safely switch TA-ProxMenu between branches published on
its Git origin. Branch switching is refused when the installed repository has its Git origin. Branch switching is refused when the installed repository has
local changes or when the destination branch has commits that would be local changes or when the destination branch has commits that would be
discarded. discarded.
+1 -1
View File
@@ -3,7 +3,7 @@
action="${1:-}" action="${1:-}"
FOLDER='/opt/idssys/ta-proxmenu' FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.7.25-64' VERS='2026.7.25-65'
noupdate=' ' noupdate=' '
+2 -2
View File
@@ -2199,7 +2199,7 @@ UTILITIES_MENU() {
"Version and installation information" "Version and installation information"
) )
SELECT_MENU "Utilities" labels values SELECT_MENU "TA-ProxMenu Management" labels values
case "$MENU_SELECTION" in case "$MENU_SELECTION" in
install_update) install_update)
if [[ "$UPDATE_STATUS" != "behind" ]]; then if [[ "$UPDATE_STATUS" != "behind" ]]; then
@@ -2230,7 +2230,7 @@ MAIN_MENU() {
"Host Setup" "Host Setup"
"Monitoring & Agents" "Monitoring & Agents"
"Cluster & Maintenance" "Cluster & Maintenance"
"Utilities" "TA-ProxMenu Management"
"Quit" "Quit"
) )
local -a values=("host" "monitoring" "cluster" "utilities" "quit") local -a values=("host" "monitoring" "cluster" "utilities" "quit")