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
commit5ab3074d35d2271718046e87e8bc8dbccce5c1e9 (patch)
treee29a4c2ca46103f6ba29a424b3b208f26534551f /tool/aio.py
parent13a25f90ec02ee581d1182cde40637fc743bbe7c (diff)
downloadcrupest-5ab3074d35d2271718046e87e8bc8dbccce5c1e9.tar.gz
crupest-5ab3074d35d2271718046e87e8bc8dbccce5c1e9.tar.bz2
crupest-5ab3074d35d2271718046e87e8bc8dbccce5c1e9.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(