ソースを参照

Remove redundant comment

Bob Mottram 7 年 前
コミット
455b2c6f7b
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      src/freedombone-app-bdsmail

+ 0
- 1
src/freedombone-app-bdsmail ファイルの表示

@@ -267,7 +267,6 @@ function install_bdsmail {
267 267
     if [ ${#user_account_password} -lt 2 ]; then
268 268
         echo ''
269 269
         echo $'A password must be provided for your user account.'
270
-        echo $'This is the same as the original ssh login password shown when you first installed the system.'
271 270
         exit 3656358
272 271
     fi
273 272