From 78e9bdb93e095dc22344e3b6a31f3f9dddf27681 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 26 Dec 2017 21:52:00 +0000 Subject: [PATCH] More of an explanation about username at the end of installation --- src/freedombone | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 5d7d3958..3fd8463b 100755 --- a/src/freedombone +++ b/src/freedombone @@ -358,6 +358,10 @@ setup_apps $command_options setup_final 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