From 8f31a4480bb65f4c4293a39ec04b0f24478ac576 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 13:22:23 -0500 Subject: [PATCH] prompt user account creation --- installers/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installers/common.sh b/installers/common.sh index 214bf0b..d18b1d6 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -4,6 +4,8 @@ function create_user () { +install_log "Create a SNApp host user account" + if [ $(id -u) -eq 0 ]; then read -p "Enter username : " username read -s -p "Enter password : " password