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
|
# if the IP is public and the user doesn't want to expose port 53, skip it
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
ips="- $ip"
|
ips="$ip"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue