From 4f4dee21d4d336cb6a08087036d4832afd15d908 Mon Sep 17 00:00:00 2001 From: Loraine Gueguen <loraine.gueguen@sb-roscoff.fr> Date: Wed, 21 Apr 2021 10:23:07 +0200 Subject: [PATCH] Fix authelia_users.yml file name --- gga_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gga_init.py b/gga_init.py index 19aa31d..be5f3c3 100755 --- a/gga_init.py +++ b/gga_init.py @@ -231,7 +231,7 @@ def make_traefik_compose_files(config, main_dir): sys.exit() # Path to the authelia users in the repo - authelia_users_path = script_dir + "/files/authelia_users_template.yml" + authelia_users_path = script_dir + "/files/authelia_users.yml" # Copy authelia "users" file if not os.path.isfile("./traefik/authelia/users.yml"): shutil.copy(authelia_users_path, "./traefik/authelia/users.yml") -- GitLab