From 694e8a8b601d21460a04efc65f6d769731658c18 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 10 Jan 2022 16:53:43 +0100 Subject: [PATCH] fix: typo --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 7c3b79f..ea73dda 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -23,7 +23,7 @@ file_env() { unset "$fileVar" } -file_end "NEXTCLOUD_APP_SECRET" +file_env "NEXTCLOUD_APP_SECRET" file_env "APP_SECRET_KEY" file_env "KEYCLOAK_CLIENT_SECRET"