From 0c0266156c3c1cfdd427f29b2981fcfcb4650866 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 00:08:06 +0100 Subject: [PATCH] Update scripts/config Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index e3eacfb..1348ef7 100644 --- a/scripts/config +++ b/scripts/config @@ -37,6 +37,6 @@ set__dns_over_https() { fi # save the new setting - ynh_app_setting_set "$app" prices "$dns_over_https" + ynh_app_setting_set "$app" dns_over_https "$dns_over_https" }