From b8bdcf4c7191c93bb0881ca4cbb13aa43398a0cb Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 4 Jun 2025 20:50:01 +0200 Subject: [PATCH] Update helpers-menu.sh --- scripts/test/helpers-menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test/helpers-menu.sh b/scripts/test/helpers-menu.sh index 2458936..26f8217 100644 --- a/scripts/test/helpers-menu.sh +++ b/scripts/test/helpers-menu.sh @@ -252,9 +252,9 @@ while true; do "${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3) || { dialog --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 - - break + clear + break }