mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[wip] Initial work to enable/disable "learn" modules
This commit is contained in:
@@ -962,6 +962,12 @@ else
|
||||
set_progress_str 99 'Waiting for TheHive to start up'
|
||||
check_hive_init >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
if [[ -n $LEARN_LOGSCAN_ENABLE ]]; then
|
||||
set_progress_str 99 'Enabling logscan'
|
||||
so-learn enable logscan --apply -y >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
} | whiptail_gauge_post_setup "Running post-installation steps..."
|
||||
|
||||
whiptail_setup_complete
|
||||
|
||||
Reference in New Issue
Block a user