More of an explanation about username at the end of installation

This commit is contained in:
Bob Mottram 2017-12-26 21:52:00 +00:00
parent 9083b43a67
commit 78e9bdb93e
1 changed files with 5 additions and 1 deletions

View File

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