[fix] Always set INSTALLUSERNAME var

This commit is contained in:
William Wernert
2020-12-14 11:42:34 -05:00
parent db276d9020
commit a533e6fa35

View File

@@ -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"