mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Added linebreak
This commit is contained in:
parent
8cda7066b4
commit
b4a1093c34
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ def authenticate():
|
|||
# Check first if mod_ssl is loaded
|
||||
if not config.check_ssl_loaded():
|
||||
if curses:
|
||||
shower.add("Loading mod_ssl into Apache Server")
|
||||
shower.add("Loading mod_ssl into Apache Server\n")
|
||||
else:
|
||||
print "Loading mod_ssl into Apache Server"
|
||||
config.enable_mod_ssl()
|
||||
|
|
|
|||
Loading…
Reference in a new issue