1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
This commit is contained in:
OniriCorpe 2023-12-28 06:45:25 +01:00
parent 584d0ce893
commit 2153dfe521

View file

@ -81,7 +81,7 @@ process_ips(){
if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then
break break
else else
if [[ $is_install = true ]]; then if [[ "${is_install:-}" = true ]]; then
# to get a dash before each IP # to get a dash before each IP
processed_ips="- $ip" processed_ips="- $ip"
break break