mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-18 06:52:56 +01:00
Fix the analyst pillar
This commit is contained in:
@@ -687,7 +687,9 @@ echo "1" > /root/accept_changes
|
||||
|
||||
[[ ${#ntp_servers[@]} -gt 0 ]] && configure_ntp >> $setup_log 2>&1
|
||||
|
||||
if [[ ! $is_analyst ]]; then reserve_ports fi
|
||||
if [[ ! $is_analyst ]]; then
|
||||
reserve_ports
|
||||
fi
|
||||
|
||||
set_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user