Dialog width

This commit is contained in:
Bob Mottram 2016-11-22 23:22:48 +00:00
parent 0e89b1f01c
commit 341d7b2a92
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ function menu_security_settings {
case $(cat $data) in
1)
dialog --title $"SSH host public key" \
--msgbox "$(get_ssh_server_key)" 6 70
--msgbox "$(get_ssh_server_key)" 6 60
exit 0
;;
2)