Skip to content
Snippets Groups Projects
Commit 4f4dee21 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

Fix authelia_users.yml file name

parent 767c2a21
No related branches found
No related tags found
1 merge request!4Fix authelia_users.yml file name
...@@ -231,7 +231,7 @@ def make_traefik_compose_files(config, main_dir): ...@@ -231,7 +231,7 @@ def make_traefik_compose_files(config, main_dir):
sys.exit() sys.exit()
# Path to the authelia users in the repo # 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 # Copy authelia "users" file
if not os.path.isfile("./traefik/authelia/users.yml"): if not os.path.isfile("./traefik/authelia/users.yml"):
shutil.copy(authelia_users_path, "./traefik/authelia/users.yml") shutil.copy(authelia_users_path, "./traefik/authelia/users.yml")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment