aboutsummaryrefslogtreecommitdiff
path: root/tool/aio.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-19 17:35:41 +0800
committercrupest <crupest@outlook.com>2022-11-19 17:35:41 +0800
commit8e9dd42976020d501c6fb02fc67a0f4e93a5c96b (patch)
treee29a4c2ca46103f6ba29a424b3b208f26534551f /tool/aio.py
parenta1bd1a5edf58458b9058b170cdd9cb091ddf629c (diff)
downloadcrupest-8e9dd42976020d501c6fb02fc67a0f4e93a5c96b.tar.gz
crupest-8e9dd42976020d501c6fb02fc67a0f4e93a5c96b.tar.bz2
crupest-8e9dd42976020d501c6fb02fc67a0f4e93a5c96b.zip
Fix nginx generation issue.
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-xtool/aio.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tool/aio.py b/tool/aio.py
index 6defa99..953f852 100755
--- a/tool/aio.py
+++ b/tool/aio.py
@@ -103,6 +103,11 @@ def download_tools():
def generate_nginx_config(domain: str) -> None:
+ console.print(
+ "I have found following var in nginx templates:", style="green")
+ for var in nginx_var_set:
+ console.print(var, end=" ", style="magenta")
+ console.print()
if not os.path.exists(nginx_config_dir):
os.mkdir(nginx_config_dir)
console.print(