Merge branch 'master' of ssh://github.com/research/chocolate

This commit is contained in:
Seth Schoen
2012-08-13 00:37:01 -07:00
+1 -1
View File
@@ -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()