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:20:29 +01:00
parent 9175bcc07b
commit 4e867eab91

View file

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