Skip to content
Snippets Groups Projects
Commit e9a330e2 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

authelia config path made optional in config.yml, added exit condition

parent 07660986
No related branches found
No related tags found
2 merge requests!3release 1.0.1,!2Corrections cloud
......@@ -221,6 +221,7 @@ def make_traefik_compose_files(config, main_dir):
sys.exit()
else:
logging.critical("Invalid authelia configuration path (%s)" % config["authelia_config_path"])
sys.exit()
# Path to the authelia users in the repo
authelia_users_path = script_dir + "/templates/authelia_users_template.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