mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] Add back removed if statement
This commit is contained in:
@@ -397,7 +397,9 @@ if [[ ! $is_import ]]; then
|
||||
collect_patch_schedule
|
||||
fi
|
||||
|
||||
collect_homenet_mngr
|
||||
if [[ $is_helix || $is_manager || $is_import ]]; then
|
||||
collect_homenet_mngr
|
||||
fi
|
||||
|
||||
if [[ $is_helix || $is_manager || $is_node || $is_import ]]; then
|
||||
set_base_heapsizes
|
||||
|
||||
Reference in New Issue
Block a user