Merge pull request #632 from bunkerity/dev

[#628] Fix scheduler generating the wrong configuration with Linux
This commit is contained in:
Théophile Diot 2023-09-08 18:37:53 +02:00 committed by GitHub
commit d5d7364b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -530,11 +530,7 @@ if __name__ == "__main__":
"--output",
join(sep, "etc", "nginx"),
"--variables",
(
str(tmp_variables_path)
if args.variables and FIRST_RUN
else str(SCHEDULER_TMP_ENV_PATH)
),
str(SCHEDULER_TMP_ENV_PATH),
],
stdin=DEVNULL,
stderr=STDOUT,