1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 14:23:38 +00:00

before running start

This commit is contained in:
Kyle Spearrin
2018-03-30 10:27:31 -04:00
parent 62cf1546cd
commit 352b51dfb4

View File

@@ -78,7 +78,7 @@ namespace Bit.Setup
{ {
Directory.CreateDirectory($"/bitwarden/ssl/{domain}/"); Directory.CreateDirectory($"/bitwarden/ssl/{domain}/");
Helpers.ShowBanner("NOTE", "Make sure 'certificate.crt' and 'private.key' are provided in the \n" + 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).");
} }
} }