1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

delete --debug

This commit is contained in:
OniriCorpe 2023-12-31 22:47:36 +01:00
parent 98f1689437
commit 7c858689ed

View file

@ -52,7 +52,7 @@ set__open_port_53() {
update_agh_ip_config
# save the new setting
ynh_app_setting_set --app="$app" --key=open_port_53 --value="$open_port_53" --debug
ynh_app_setting_set --app="$app" --key=open_port_53 --value="$open_port_53"
}
set__dns_over_https() {