From 5d82b2936bc82bf3396a29d6fe4c3cd231cd4bf7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 22 May 2025 18:57:15 +0200 Subject: [PATCH] Update menu_Helper_Scripts.sh --- scripts/menus/menu_Helper_Scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index a8c597a..109bda2 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -31,7 +31,7 @@ fi load_language initialize_cache -show_proxmenux_logo +#show_proxmenux_logo # ========================================================== # Base URL community-scripts @@ -157,8 +157,8 @@ show_menu() { --yes-button "$(translate "Accept")" \ --no-button "$(translate "Cancel")" \ --yesno "$selected_description" 20 78; then - msg_info2 "$(translate "Executing script:") $script_selection" - sleep 2 + #msg_info2 "$(translate "Executing script:") $script_selection" + #sleep 2 download_script "$selected_url" msg_ok "$(translate "Script completed.")" msg_success "$(translate "Press Enter to return to the main menu...")"