Remvoe NTP from setup

This commit is contained in:
Mike Reeves
2022-09-20 13:32:41 -04:00
parent 555bd678fb
commit b622940f3f

View File

@@ -460,10 +460,6 @@ if ! [[ -f $install_opt_file ]]; then
if [[ $monints ]]; then
configure_network_sensor
fi
# Configure NTP
info "Configuring NTP"
[[ ${#ntp_servers[@]} -gt 0 ]] && configure_ntp >> $setup_log 2>&1
# Reserve the ports that SO needs
info "Reserving ports"
reserve_ports
info "Setting Paths"