diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-25 17:53:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-25 17:53:34 +0000 |
commit | beec27b9b6923a441a6f2d1be4637a2529273778 (patch) | |
tree | 45fd4344d2ae74b05a3742c7ac37c4c582b1bd07 | |
parent | 3a57f372904ea6e2f7b153749b84331ddfb8a3e3 (diff) |
Fixed line endings when skipping ssl cert generation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2895 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -587,7 +587,7 @@ if ($config{USE_GNUTLS} eq "y") { system("mv cert.pem $config{CONFIG_DIR}/cert.pem"); print "Done.\n\n"; } else { - print "SSL Certificates found, skipping." + print "SSL Certificates found, skipping.\n\n" } } |