mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
add the missing --app to ynh_app_setting_set
This commit is contained in:
parent
bdbd7b7596
commit
98f1689437
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ set__open_port_53() {
|
|||
update_agh_ip_config
|
||||
|
||||
# save the new setting
|
||||
ynh_app_setting_set "$app" --key=open_port_53 --value="$open_port_53" --debug
|
||||
ynh_app_setting_set --app="$app" --key=open_port_53 --value="$open_port_53" --debug
|
||||
}
|
||||
|
||||
set__dns_over_https() {
|
||||
|
@ -75,7 +75,7 @@ set__dns_over_https() {
|
|||
fi
|
||||
|
||||
# save the new setting
|
||||
ynh_app_setting_set "$app" --key=dns_over_https --value="$dns_over_https"
|
||||
ynh_app_setting_set --app="$app" --key=dns_over_https --value="$dns_over_https"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue