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