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

add comment

This commit is contained in:
OniriCorpe 2023-12-28 00:57:00 +01:00
parent 1d5e520b73
commit 6b3e8a81b5

View file

@ -70,6 +70,7 @@ process_ips(){
if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then
break
else
# special case for installation, as a dash is required before an IP
if $install; then
ips="- $ip"
break