mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix ynh_app_setting_delete key
This commit is contained in:
parent
e66c485156
commit
b2e05f1dd8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ elif [ -z "${open_port_53:-}" ] || [ "${open_port_53:-}" == "0" ]; then
|
|||
fi
|
||||
|
||||
# remove setting no longer required
|
||||
ynh_app_setting_delete --app="$app" --key="$port_adguard"
|
||||
ynh_app_setting_delete --app="$app" --key=port_adguard
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue