Try to work around Debian deficiencies.
This commit is contained in:
parent
ccd82443f3
commit
e550552670
2
radio.sh
2
radio.sh
@ -47,7 +47,7 @@ url="$(dialog --clear \
|
|||||||
--cancel-label "Cast" \
|
--cancel-label "Cast" \
|
||||||
--help-button \
|
--help-button \
|
||||||
--help-label "Exit" \
|
--help-label "Exit" \
|
||||||
--menu "Select a radio station" -1 -1 -1 "${menuList[@]}" --stdout)"
|
--menu "Select a radio station" 0 0 0 "${menuList[@]}" --stdout)"
|
||||||
menuCode=$?
|
menuCode=$?
|
||||||
if [[ $menuCode -eq 2 ]]; then
|
if [[ $menuCode -eq 2 ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user