[#628] Fix scheduler generating the wrong configuration with Linux

This commit is contained in:
Théophile Diot 2023-09-08 18:37:23 +02:00
parent 3ae9636d5a
commit 3adbd8757e
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

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,