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