From f10699c3e7cb81e42e45d57fdbb425e24591e1c3 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Mon, 12 Feb 2024 11:43:56 +0100 Subject: [PATCH] already json --- imageroot/actions/configure-module/05sso-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageroot/actions/configure-module/05sso-configure b/imageroot/actions/configure-module/05sso-configure index 10f4cae..db5a4dd 100755 --- a/imageroot/actions/configure-module/05sso-configure +++ b/imageroot/actions/configure-module/05sso-configure @@ -183,7 +183,7 @@ agent.set_env("PAPERLESS_APPS", PAPERLESS_APPS) PAPERLESS_SOCIALACCOUNT_PROVIDERS = data.get("PAPERLESS_SOCIALACCOUNT_PROVIDERS", {}) # Set environment variable -agent.set_env("PAPERLESS_SOCIALACCOUNT_PROVIDERS", json.dumps(PAPERLESS_SOCIALACCOUNT_PROVIDERS)) +agent.set_env("PAPERLESS_SOCIALACCOUNT_PROVIDERS", PAPERLESS_SOCIALACCOUNT_PROVIDERS)