Ver código fonte

Remove redundant comment

Bob Mottram 7 anos atrás
pai
commit
455b2c6f7b
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      src/freedombone-app-bdsmail

+ 0
- 1
src/freedombone-app-bdsmail Ver arquivo

267
     if [ ${#user_account_password} -lt 2 ]; then
267
     if [ ${#user_account_password} -lt 2 ]; then
268
         echo ''
268
         echo ''
269
         echo $'A password must be provided for your user account.'
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
         exit 3656358
270
         exit 3656358
272
     fi
271
     fi
273
 
272