mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-22 02:08:07 +02:00
Validate list of ntp servers (ip4, hostname, or fqdn)
This commit is contained in:
@@ -1119,8 +1119,6 @@ whiptail_ntp_servers() {
|
||||
|
||||
local exitstatus=$?
|
||||
whiptail_check_exitstatus $exitstatus
|
||||
|
||||
IFS="," read -r -a ntp_servers <<< "$ntp_string" # Split string on commas into array
|
||||
}
|
||||
|
||||
whiptail_oinkcode() {
|
||||
|
||||
Reference in New Issue
Block a user