mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
[fix] Correct function call (pt 2)
This commit is contained in:
@@ -483,7 +483,7 @@ collect_helix_key() {
|
||||
collect_homenet_mngr() {
|
||||
whiptail_homenet_manager
|
||||
|
||||
while ! valid_cidr_lit "$HNMANAGER"; do
|
||||
while ! valid_cidr_list "$HNMANAGER"; do
|
||||
whiptail_invalid_input
|
||||
whiptail_homenet_manager
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user