From 5c6f8f9d4778b32d097eff5e0982266eaae9c976 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 12 Jan 2021 11:27:03 -0500 Subject: [PATCH] [fix] Correct function call (pt 2) --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 3eeaee674..da935518d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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