From c4bf95489f60782c627ec9d36a51fdbb2b85d523 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 04:01:22 +0100 Subject: [PATCH] fix: processed_ips can be empty --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2f17b73..001d3f7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -76,7 +76,7 @@ process_ips(){ fi done - echo "$processed_ips" + echo "${processed_ips:-}" } update_agh_config(){