diff --git a/gga_init.py b/gga_init.py index 19aa31dc9dc5f93734df73c0afaba7b7f5d2e1b0..be5f3c3967accd1c5df1931145fcc4af4b14aaaf 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")