mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Always set INSTALLUSERNAME var
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user