From df652a18873547dc75bbd4f55269593e8982ac1c Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:49:43 +0100 Subject: [PATCH] Update menu_Helper_Scripts.sh --- scripts/menus/menu_Helper_Scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 7e24805..f05425e 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -125,7 +125,7 @@ show_menu() { if whiptail --title "$(translate "Script Information")" \ --yes-button "$(translate "Accept")" \ --no-button "$(translate "Cancel")" \ - --yesno "$selected_description" 20 78; then + --yesno "$selected_description" 25 78; then msg_info2 "$(translate "Executing script:") $script_selection" sleep 2 bash <(curl -s "$selected_url")