Browse Source

before running start

pull/288/head
Kyle Spearrin 8 years ago
parent
commit
352b51dfb4
  1. 2
      util/Setup/Program.cs

2
util/Setup/Program.cs

@ -78,7 +78,7 @@ namespace Bit.Setup @@ -78,7 +78,7 @@ namespace Bit.Setup
{
Directory.CreateDirectory($"/bitwarden/ssl/{domain}/");
Helpers.ShowBanner("NOTE", "Make sure 'certificate.crt' and 'private.key' are provided in the \n" +
"appropriate directory (see docs for info).");
"appropriate directory before running 'start' (see docs for info).");
}
}

Loading…
Cancel
Save