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
6e86686cf3
commit
fd9db7c7b6
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ process_ips(){
|
|||
else
|
||||
if [[ "${is_install:-}" = true ]]; then
|
||||
# to get a dash before each IP
|
||||
processed_ips+="- $ip "
|
||||
processed_ips+=" - $ip"
|
||||
else
|
||||
processed_ips+="$ip "
|
||||
processed_ips+=" $ip"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue