more curses updates

This commit is contained in:
Seth Schoen 2012-08-10 18:04:29 -07:00
parent 931ca5701e
commit e884c7f460

View file

@ -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)