Remove NTP from setup

This commit is contained in:
Mike Reeves
2022-09-22 17:07:00 -04:00
parent 4b059ce7fb
commit a7872234ab

View File

@@ -330,7 +330,6 @@ if ! [[ -f $install_opt_file ]]; then
calculate_useable_cores
collect_webuser_inputs
get_redirect
collect_ntp_servers
collect_so_allow
whiptail_end_settings
# Start the install
@@ -351,7 +350,6 @@ if ! [[ -f $install_opt_file ]]; then
calculate_useable_cores
collect_webuser_inputs
get_redirect
collect_ntp_servers
collect_so_allow
whiptail_end_settings
elif [[ $is_manager ]]; then
@@ -368,7 +366,6 @@ if ! [[ -f $install_opt_file ]]; then
calculate_useable_cores
collect_webuser_inputs
get_redirect
collect_ntp_servers
collect_so_allow
whiptail_end_settings
elif [[ $is_managersearch ]]; then
@@ -385,7 +382,6 @@ if ! [[ -f $install_opt_file ]]; then
calculate_useable_cores
collect_webuser_inputs
get_redirect
collect_ntp_servers
collect_so_allow
whiptail_end_settings
elif [[ $is_sensor ]]; then