mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix
This commit is contained in:
parent
584d0ce893
commit
2153dfe521
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ process_ips(){
|
|||
if is_public_ip "$ip" && [ "$open_port_53" == "false" ] ; then
|
||||
break
|
||||
else
|
||||
if [[ $is_install = true ]]; then
|
||||
if [[ "${is_install:-}" = true ]]; then
|
||||
# to get a dash before each IP
|
||||
processed_ips="- $ip"
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue