1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

remove dash before IP

This commit is contained in:
OniriCorpe 2023-12-27 19:18:27 +01:00
parent a090eb7819
commit f4a305decb

View file

@ -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