From a2b3f5e7db4b966cd1def4bf4b63ec8065c7abb7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 25 Feb 2025 19:14:55 +0100 Subject: [PATCH] update --- scripts/menus/config_menu.sh | 2 +- scripts/menus/menu_Helper_Scripts.sh | 2 +- scripts/menus/menu_post_install.sh | 2 +- scripts/utils.sh | 7 +------ 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/scripts/menus/config_menu.sh b/scripts/menus/config_menu.sh index 9b25710..f911097 100644 --- a/scripts/menus/config_menu.sh +++ b/scripts/menus/config_menu.sh @@ -245,7 +245,7 @@ uninstall_proxmenu() { exit 0 } -show_proxmenux_logo + if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 42eb110..5b9e387 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -148,7 +148,7 @@ show_menu() { done } -show_proxmenux_logo + if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index 58f4372..e6ebdcb 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -69,7 +69,7 @@ show_menu() { done } -show_proxmenux_logo + if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/utils.sh b/scripts/utils.sh index ff6a373..56c6de4 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -98,13 +98,8 @@ cleanup() { printf "\r\033[K" printf "\033[F\033[K" printf "\033[F\033[K" - else - printf "\r\033[K" + printf "\e[?25h" fi - - printf "\e[?25h" - - } # Display trnaslate message with spinner