From f4611280a717153e0ad0aaeb2d0b065266480db0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:34:30 +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 320c57e..2400472 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -292,7 +292,7 @@ while true; do "${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3) || { 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 + #clear exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") } @@ -324,4 +324,4 @@ while true; do [[ "$RETURN_TO_MAIN" == true ]] && { RETURN_TO_MAIN=false; break; } done -done \ No newline at end of file +done