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-27 00:18:19 +01:00
commit 9175bcc07b

View file

@ -56,10 +56,16 @@ set__dns_over_https() {
fi
# save the new setting
<<<<<<< HEAD
ynh_app_setting_set "$app" --key=dns_over_https --value="$dns_over_https"
}
#=================================================
# GENERIC FINALIZATION
#=================================================
=======
ynh_app_setting_set "$app" dns_over_https "$dns_over_https"
}
>>>>>>> 74d16e44d368a2cacf43015938fb4ef72c66aafd
ynh_app_config_run $1