diff --git a/gga_init.py b/gga_init.py
index 3093faccd25b158cb3a117c097c0824a669c9571..67be6ed92a25bdb6061838bcd3785143b0001c14 100755
--- a/gga_init.py
+++ b/gga_init.py
@@ -206,9 +206,9 @@ def make_traefik_compose_files(config, main_dir):
             if not config["authelia_config_path"] == "" or not config["authelia_config_path"] == "/path/to/authelia/config":
                 if os.path.isfile(os.path.abspath(config["authelia_config_path"])):
                     try:
-                        shutil.copy(os.path.abspath(config["banner_path"]), "./traefik/authelia/configuration.yml")
+                        shutil.copy(os.path.abspath(config["authelia_config_path"]), "./traefik/authelia/configuration.yml")
                     except Exception as exc:
-                        logging.critical("Could not copy authlia configuration file")
+                        logging.critical("Could not copy authelia configuration file")
                         sys.exit(exc)
                     # authelia_config_template = env.get_template(os.path.basename(config["authelia_config_path"]))
                     # authelia_config_output = authelia_config_template.render(render_vars)