Security menu height

This commit is contained in:
Bob Mottram 2018-03-18 11:09:29 +00:00
parent c94d8bd135
commit e663ab3c14
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ function menu_security_settings {
18 $"Show firewall")
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Security Settings" --menu $"Choose an operation, or ESC to exit:" 22 76 22 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Security Settings" --menu $"Choose an operation, or ESC to exit:" 25 76 25 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
exit 0