Merge pull request #10364 from Security-Onion-Solutions/kilo

import installs do not use monitor ifaces
This commit is contained in:
Jason Ertel
2023-05-16 10:15:26 -04:00
committed by GitHub

View File

@@ -501,7 +501,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_import ]]; then elif [[ $is_import ]]; then
waitforstate=true waitforstate=true
monints=true monints=false
[[ $is_iso ]] && whiptail_airgap [[ $is_iso ]] && whiptail_airgap
check_elastic_license check_elastic_license
check_requirements "import" check_requirements "import"