mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix logic around ntp prompt
This commit is contained in:
@@ -535,7 +535,7 @@ if [[ $is_sensor && ! $is_eval ]]; then
|
||||
fi
|
||||
|
||||
check_ntp_configured
|
||||
[[ -z $ntp_configured ]] || collect_ntp_servers
|
||||
[[ -z $ntp_configured ]] && collect_ntp_servers
|
||||
|
||||
if [[ $is_node && ! $is_eval ]]; then
|
||||
whiptail_node_advanced
|
||||
|
||||
Reference in New Issue
Block a user