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:
parent
a090eb7819
commit
f4a305decb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue