1
0
Fork 0
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:
OniriCorpe 2023-12-28 04:01:22 +01:00
parent 34eee2028a
commit c4bf95489f

View file

@ -76,7 +76,7 @@ process_ips(){
fi
done
echo "$processed_ips"
echo "${processed_ips:-}"
}
update_agh_config(){