Dialog height

This commit is contained in:
Bob Mottram 2018-06-03 14:19:34 +01:00
parent c6c72d4b38
commit 6674d0ddc6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ function configure_interactive_pihole {
while true
do
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 19 70 12 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 10 70 6 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
break