Skip to content

Commit

Permalink
add a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Feb 7, 2024
1 parent 86bf878 commit 19e83be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/fill_conf_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def nginx_brotli_installed():
output = subprocess.check_output(
["nginx", "-V"], stderr=subprocess.STDOUT
).decode("utf-8")
print(f"nginx -V output:\n {output}")
if (
"--add-module" in output
and "brotli" in output.split("--add-module")[1].strip()
Expand Down

0 comments on commit 19e83be

Please sign in to comment.