Dialog width
This commit is contained in:
parent
0e89b1f01c
commit
341d7b2a92
|
@ -724,7 +724,7 @@ function menu_security_settings {
|
||||||
case $(cat $data) in
|
case $(cat $data) in
|
||||||
1)
|
1)
|
||||||
dialog --title $"SSH host public key" \
|
dialog --title $"SSH host public key" \
|
||||||
--msgbox "$(get_ssh_server_key)" 6 70
|
--msgbox "$(get_ssh_server_key)" 6 60
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
|
|
Loading…
Reference in New Issue