aboutsummaryrefslogtreecommitdiff
path: root/tool/aio.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-25 14:15:33 +0800
committercrupest <crupest@outlook.com>2022-11-25 14:15:33 +0800
commit7cfc7857f00f6dfa516bafcba59ebd2798762990 (patch)
treea9217312b53ae963a0198ec870c9855fbbd3f20c /tool/aio.py
parent3a102e979e06482438cb8dd15b41ee0b91f5bb35 (diff)
downloadcrupest-7cfc7857f00f6dfa516bafcba59ebd2798762990.tar.gz
crupest-7cfc7857f00f6dfa516bafcba59ebd2798762990.tar.bz2
crupest-7cfc7857f00f6dfa516bafcba59ebd2798762990.zip
Fix auto-certbot.
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-xtool/aio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/aio.py b/tool/aio.py
index b238735..8ccaab9 100755
--- a/tool/aio.py
+++ b/tool/aio.py
@@ -272,9 +272,9 @@ class ConfigVar:
config_var_list: list = [
ConfigVar("CRUPEST_DOMAIN", "domain name",
- "Please input your domain name:"),
+ "Please input your domain name"),
ConfigVar("CRUPEST_EMAIL", "admin email address",
- "Please input your email address:"),
+ "Please input your email address"),
ConfigVar("CRUPEST_USER", "your system account username",
lambda: pwd.getpwuid(os.getuid()).pw_name),
ConfigVar("CRUPEST_GROUP", "your system account group name",