Skip to content
Snippets Groups Projects
Commit 6674d0dd authored by Bob Mottram's avatar Bob Mottram
Browse files

Dialog height

parent c6c72d4b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment