From a533e6fa3530f4d649cd7d31f3065d312ad71d00 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 14 Dec 2020 11:42:34 -0500 Subject: [PATCH] [fix] Always set INSTALLUSERNAME var --- setup/so-setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index d45f400a1..2fad47e3e 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -69,11 +69,10 @@ if [[ -f /root/accept_changes ]]; then [ -f "$error_log" ] && mv "$error_log" "$error_log.bak" fi +parse_install_username if ! [ -f /root/install_opt ]; then # Begin Installation pre-processing - parse_install_username - title "Initializing Setup" info "Installing as the $INSTALLUSERNAME user"