mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix: processed_ips can be empty
This commit is contained in:
parent
34eee2028a
commit
c4bf95489f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ process_ips(){
|
|||
fi
|
||||
done
|
||||
|
||||
echo "$processed_ips"
|
||||
echo "${processed_ips:-}"
|
||||
}
|
||||
|
||||
update_agh_config(){
|
||||
|
|
Loading…
Add table
Reference in a new issue