Skip to content
Snippets Groups Projects

Fix authelia_users.yml file name

Merged Loraine Gueguen requested to merge dev into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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")
Loading