Fix logic around ntp prompt

This commit is contained in:
William Wernert
2021-03-23 09:44:44 -04:00
parent 884343b299
commit 0e9c81c145

View File

@@ -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