1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
This commit is contained in:
OniriCorpe 2023-12-28 00:58:05 +01:00
parent 6b3e8a81b5
commit 176f3149d4

View file

@ -57,7 +57,7 @@ is_public_ip(){
} }
process_ips(){ process_ips(){
# used to process the IPs to put them in the AGH's config file # used to process the IPs to put in the AGH's config file
local ips="$1" local ips="$1"
if [ "$2" == "install" ]; then local install=true; fi if [ "$2" == "install" ]; then local install=true; fi