Bob Mottram 8 年 前
コミット
656c311843
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec ファイルの表示

@@ -724,7 +724,7 @@ function menu_security_settings {
724 724
     case $(cat $data) in
725 725
         1)
726 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 728
             exit 0
729 729
             ;;
730 730
         2)