Bob Mottram 9 years ago
parent
commit
656c311843
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec View File

724
     case $(cat $data) in
724
     case $(cat $data) in
725
         1)
725
         1)
726
             dialog --title $"SSH host public key" \
726
             dialog --title $"SSH host public key" \
727
-                   --msgbox "$(get_ssh_server_key)" 6 60
727
+                   --msgbox "\n$(get_ssh_server_key)" 7 60
728
             exit 0
728
             exit 0
729
             ;;
729
             ;;
730
         2)
730
         2)