mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Remove NTP from setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user