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