1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
This commit is contained in:
HgO 2023-08-20 18:15:58 +02:00
parent 5b4c94c042
commit c077514062

View file

@ -111,7 +111,7 @@ if [[ -n "${dns}" ]]; then
if
if [[ -z "$(ynh_app_setting_get --app=$app --key=ip4_dns)" ]]; then
ynh_app_setting_set --app=$app --key=ip4_dns --value="${ip4_dns}"
if
fi
ynh_app_setting_delete $app dns
fi