Skip to content

Commit

Permalink
Merge pull request #632 from bunkerity/dev
Browse files Browse the repository at this point in the history
[#628] Fix scheduler generating the wrong configuration with Linux
  • Loading branch information
TheophileDiot authored Sep 8, 2023
2 parents fd79508 + 3adbd87 commit d5d7364
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/scheduler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,7 @@ def send_nginx_cache():
"--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,
Expand Down

0 comments on commit d5d7364

Please sign in to comment.