소스 검색

More of an explanation about username at the end of installation

Bob Mottram 7 년 전
부모
커밋
78e9bdb93e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      src/freedombone

+ 5
- 1
src/freedombone 파일 보기

@@ -358,6 +358,10 @@ setup_apps $command_options
358 358
 setup_final
359 359
 
360 360
 echo ''
361
-echo "${PROJECT_NAME} installation is complete"
361
+echo $"${PROJECT_NAME} installation is complete."
362
+echo ''
363
+echo $'The default fbone user will be deleted when the system restarts.'
364
+echo $'Next time you login use the username you gave during the install.'
365
+echo ''
362 366
 
363 367
 exit 0