Procházet zdrojové kódy

Security menu height

Bob Mottram před 7 roky
rodič
revize
e663ab3c14
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec Zobrazit soubor

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