mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
typo
This commit is contained in:
parent
5b4c94c042
commit
c077514062
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ if [[ -n "${dns}" ]]; then
|
||||||
if
|
if
|
||||||
if [[ -z "$(ynh_app_setting_get --app=$app --key=ip4_dns)" ]]; then
|
if [[ -z "$(ynh_app_setting_get --app=$app --key=ip4_dns)" ]]; then
|
||||||
ynh_app_setting_set --app=$app --key=ip4_dns --value="${ip4_dns}"
|
ynh_app_setting_set --app=$app --key=ip4_dns --value="${ip4_dns}"
|
||||||
if
|
fi
|
||||||
|
|
||||||
ynh_app_setting_delete $app dns
|
ynh_app_setting_delete $app dns
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue