|
@@ -1216,7 +1216,7 @@ function menu_security_settings {
|
1216
|
1216
|
18 $"Show firewall")
|
1217
|
1217
|
|
1218
|
1218
|
# shellcheck disable=SC2068
|
1219
|
|
- 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)
|
|
1219
|
+ 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)
|
1220
|
1220
|
|
1221
|
1221
|
if [ ! "$selection" ]; then
|
1222
|
1222
|
exit 0
|