Fix username so install works properly from ISO

This commit is contained in:
Mike Reeves
2020-07-13 14:25:10 -04:00
parent dc0aa270d9
commit 55869c4f81
2 changed files with 12 additions and 4 deletions

View File

@@ -47,6 +47,9 @@ while [[ $# -gt 0 ]]; do
done
# Begin Installation pre-processing
parse_install_username
echo "Installing as the $INSTALLUSERNAME user." >> $setup_log 2>&1
echo "---- Starting setup at $(date -u) ----" >> $setup_log 2>&1
automated=no