From e550552670731344932c7cea1b5643c96be93b4b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 18 Jun 2024 14:52:34 -0400 Subject: [PATCH] Try to work around Debian deficiencies. --- radio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.sh b/radio.sh index 1fa4b71..f16b701 100755 --- a/radio.sh +++ b/radio.sh @@ -47,7 +47,7 @@ url="$(dialog --clear \ --cancel-label "Cast" \ --help-button \ --help-label "Exit" \ - --menu "Select a radio station" -1 -1 -1 "${menuList[@]}" --stdout)" + --menu "Select a radio station" 0 0 0 "${menuList[@]}" --stdout)" menuCode=$? if [[ $menuCode -eq 2 ]]; then exit 0