From 8257c7d7e4ecaa50832f1f7be2b948c431bbe91f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 6 Jun 2025 17:40:53 +0200 Subject: [PATCH] Update menu_Helper_Scripts.sh --- scripts/menus/menu_Helper_Scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 39d32c5..2888cee 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -290,10 +290,10 @@ while true; do SELECTED=$(dialog --backtitle "ProxMenux" --title "Proxmox VE Helper-Scripts" --menu \ "Select a category or search for scripts:" 20 70 14 \ "${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3) || { - dialog --title "Proxmox VE Helper-Scripts" \ + dialog --clear --title "Proxmox VE Helper-Scripts" \ --msgbox "\n\n$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:")\n\nhttps://community-scripts.github.io/ProxmoxVE" 15 70 clear - return + REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main" } if [[ "$SELECTED" == "search" ]]; then