diff options
author | crupest <crupest@outlook.com> | 2022-11-25 14:15:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-25 14:15:33 +0800 |
commit | 75ebe116cda3efe5d6847669fa6ec08434fbc416 (patch) | |
tree | a9217312b53ae963a0198ec870c9855fbbd3f20c /tool/aio.py | |
parent | 4d0425a017dd1d9436cef21bea2643f9e3da55aa (diff) | |
download | crupest-75ebe116cda3efe5d6847669fa6ec08434fbc416.tar.gz crupest-75ebe116cda3efe5d6847669fa6ec08434fbc416.tar.bz2 crupest-75ebe116cda3efe5d6847669fa6ec08434fbc416.zip |
Fix auto-certbot.
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 4 |
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", |