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

Dialog height

parent 54cf419f
No related branches found
No related tags found
No related merge requests found
......@@ -702,7 +702,7 @@ function configure_interactive_pleroma {
6 "$enablechatstr")
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 12 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 13 60 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