Fix ntp logic elsewhere

This commit is contained in:
William Wernert
2021-03-23 10:22:41 -04:00
parent 0e9c81c145
commit 2d873b92fa

View File

@@ -584,7 +584,7 @@ set_redirect >> $setup_log 2>&1
# Show initial progress message
set_progress_str 0 'Running initial configuration steps'
[[ -z $ntp_configured ]] || [[ -n $ntp_servers ]] && configure_ntp >> $setup_log 2>&1
[[ -z $ntp_configured ]] && [[ -n $ntp_servers ]] && configure_ntp >> $setup_log 2>&1
reserve_ports