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
+2 -2
View File
@@ -2199,7 +2199,7 @@ UTILITIES_MENU() {
"Version and installation information"
)
SELECT_MENU "Utilities" labels values
SELECT_MENU "TA-ProxMenu Management" labels values
case "$MENU_SELECTION" in
install_update)
if [[ "$UPDATE_STATUS" != "behind" ]]; then
@@ -2230,7 +2230,7 @@ MAIN_MENU() {
"Host Setup"
"Monitoring & Agents"
"Cluster & Maintenance"
"Utilities"
"TA-ProxMenu Management"
"Quit"
)
local -a values=("host" "monitoring" "cluster" "utilities" "quit")