From 0e899d63173a47bf2577b04c4e9e8ef6a48aee10 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 28 Mar 2018 12:25:14 -0400 Subject: [PATCH] new lines on warning --- util/Setup/CertBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Setup/CertBuilder.cs b/util/Setup/CertBuilder.cs index 9e1629de36..514e2fd749 100644 --- a/util/Setup/CertBuilder.cs +++ b/util/Setup/CertBuilder.cs @@ -36,7 +36,7 @@ namespace Bit.Setup } else { - Console.WriteLine("!!!!!!!!!! WARNING !!!!!!!!!!"); + Console.WriteLine("\n!!!!!!!!!! WARNING !!!!!!!!!!"); Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " + "You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " + "apps) will not work properly without HTTPS.");