mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +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"
|
[ -f "$error_log" ] && mv "$error_log" "$error_log.bak"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
parse_install_username
|
||||||
|
|
||||||
if ! [ -f /root/install_opt ]; then
|
if ! [ -f /root/install_opt ]; then
|
||||||
# Begin Installation pre-processing
|
# Begin Installation pre-processing
|
||||||
parse_install_username
|
|
||||||
|
|
||||||
title "Initializing Setup"
|
title "Initializing Setup"
|
||||||
info "Installing as the $INSTALLUSERNAME user"
|
info "Installing as the $INSTALLUSERNAME user"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user