mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
[refactor] Standardize list inputs to comma separated
This commit is contained in:
@@ -392,6 +392,8 @@ collect_dns() {
|
||||
whiptail_invalid_input
|
||||
whiptail_management_interface_dns
|
||||
done
|
||||
|
||||
MDNS=$(echo "$MDNS" | tr -s "," " ") # MDNS needs to be space separated, we prompt for comma separated for consistency
|
||||
}
|
||||
|
||||
collect_dns_domain() {
|
||||
|
||||
Reference in New Issue
Block a user