mirror of
https://github.com/certbot/certbot.git
synced 2026-04-03 08:04:57 -04:00
Make this less cramped
This commit is contained in:
parent
13c7fd045e
commit
76868ad6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ def authenticate():
|
|||
sni_challenge.apache_restart(quiet=curses)
|
||||
|
||||
if curses:
|
||||
dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!")
|
||||
dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!", width=70)
|
||||
by_default()
|
||||
else:
|
||||
print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue