mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix core count
This commit is contained in:
@@ -510,7 +510,8 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
export MAINIP=$MAINIP
|
export MAINIP=$MAINIP
|
||||||
export PATCHSCHEDULENAME=$PATCHSCHEDULENAME
|
export PATCHSCHEDULENAME=$PATCHSCHEDULENAME
|
||||||
export INTERFACE="bond0"
|
export INTERFACE="bond0"
|
||||||
so-minion -o=setup
|
export CORECOUNT=$lb_procs
|
||||||
|
logCmd "so-minion -o=setup"
|
||||||
title "Creating Global SLS"
|
title "Creating Global SLS"
|
||||||
|
|
||||||
if [[ $is_airgap ]]; then
|
if [[ $is_airgap ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user