mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
we no more need break lines
This commit is contained in:
parent
68cfa98d49
commit
ccce10f728
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ process_ips(){
|
|||
if [ "$(is_public_ip "$ip")" == 0 ] && [ "$open_port_53" == "false" ] ; then
|
||||
exit 1
|
||||
else
|
||||
processed_ips+=$(printf "$processed_ips\n%s" "$ip")
|
||||
processed_ips+="$ip "
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue