mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
sigh
This commit is contained in:
parent
7053fbdc69
commit
75a1fb4cdf
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ process_ips(){
|
||||||
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+=$'- 192.168.42.80\n'
|
processed_ips+=$(printf "$processed_ips\n%s" "- $ip")
|
||||||
else
|
else
|
||||||
processed_ips+=$'$ip\n'
|
pprocessed_ips+=$(printf "$processed_ips\n%s" "$ip")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue