浏览代码

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
 setup_final
358
 setup_final
359
 
359
 
360
 echo ''
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
 exit 0
367
 exit 0