mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update where the scheduler copies its config
This commit is contained in:
parent
26f831cb4d
commit
d6942a46e7
1 changed files with 4 additions and 1 deletions
|
|
@ -507,7 +507,10 @@ if __name__ == "__main__":
|
|||
"Config generator failed, configuration will not work as expected...",
|
||||
)
|
||||
else:
|
||||
copy(str(nginx_variables_path), str(tmp_variables_path))
|
||||
copy(
|
||||
str(nginx_variables_path),
|
||||
join(sep, "var", "tmp", "bunkerweb", "variables.env"),
|
||||
)
|
||||
|
||||
if SCHEDULER.apis:
|
||||
# send nginx configs
|
||||
|
|
|
|||
Loading…
Reference in a new issue