mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
more curses updates
This commit is contained in:
parent
931ca5701e
commit
e884c7f460
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ def authenticate():
|
|||
if not sni_challenge.perform_sni_cert_challenge(sni_todo, os.path.abspath(req_file), os.path.abspath(key_file), config):
|
||||
print "sni_challenge failed"
|
||||
sys.exit(1)
|
||||
if curses: shower.add("Configured Apache for challenge...\n")
|
||||
if curses: shower.add("Configured Apache for challenge; waiting for verification...\n")
|
||||
|
||||
if not curses: print "waiting", 3
|
||||
time.sleep(3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue