Merge pull request #7732 from Security-Onion-Solutions/feature/idh-allow-multiple-int

Feature/idh allow multiple int
This commit is contained in:
Josh Brower
2022-04-06 17:21:30 -04:00
committed by GitHub
5 changed files with 51 additions and 6 deletions

View File

@@ -341,10 +341,6 @@ if [[ $is_manager || $is_import ]]; then
check_elastic_license
fi
if [[ $is_idh ]]; then
collect_idh_services
fi
if ! [[ -f $install_opt_file ]]; then
if [[ $is_manager && $is_sensor ]]; then
check_requirements "standalone"
@@ -389,6 +385,11 @@ if ! [[ -f $install_opt_file ]]; then
copy_ssh_key >> $setup_log 2>&1
fi
if [[ $is_idh ]]; then
collect_idh_services
collect_idh_preferences
fi
# Check if this is an airgap install
if [[ ( $is_manager || $is_import) && $is_iso ]]; then
whiptail_airgap