mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] Redirect hive_init output to log
This commit is contained in:
@@ -630,7 +630,7 @@ if [[ -n $SO_ERROR ]]; then
|
||||
whiptail_setup_failed
|
||||
else
|
||||
whiptail_setup_complete
|
||||
if [[ $THEHIVE == 1 ]]; then check_hive_init; fi
|
||||
if [[ $THEHIVE == 1 ]]; then check_hive_init >> $setup_log 2>&1; fi
|
||||
fi
|
||||
|
||||
if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then
|
||||
|
||||
Reference in New Issue
Block a user