From f4a305decb6fe238348bafbffb9c4646e9bf2bf1 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 19:18:27 +0100 Subject: [PATCH] remove dash before IP --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 57ee308..d63b5a3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -37,7 +37,7 @@ process_ips(){ # if the IP is public and the user doesn't want to expose port 53, skip it break else - ips="- $ip" + ips="$ip" break fi fi