mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-31 12:23:55 +01:00
heavynode changes
This commit is contained in:
@@ -1704,7 +1704,7 @@ process_installtype() {
|
||||
elif [ "$install_type" = 'SEARCHNODE' ]; then
|
||||
is_searchnode=true
|
||||
elif [ "$install_type" = 'HEAVYNODE' ]; then
|
||||
is_heavy=true
|
||||
is_heavynode=true
|
||||
elif [ "$install_type" = 'FLEET' ]; then
|
||||
is_fleet=true
|
||||
elif [ "$install_type" = 'IDH' ]; then
|
||||
|
||||
@@ -637,5 +637,5 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
verify_setup
|
||||
fi
|
||||
|
||||
# Need to make sure the latest install is located on the web server of the manager to check the versions and donwload the code if required
|
||||
# Need to make sure the latest install is located on the web server of the manager to check the versions and download the code if required
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user