Update menu_Helper_Scripts.sh

This commit is contained in:
MacRimi 2025-02-09 16:49:43 +01:00 committed by GitHub
parent 5bde64d732
commit df652a1887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")