mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
quiet output for setup scripts
This commit is contained in:
@ -19,7 +19,7 @@ namespace Bit.Setup
|
||||
Url = _context.Config.Url
|
||||
};
|
||||
|
||||
Console.WriteLine("Building FIDO U2F app id.");
|
||||
Helpers.WriteLine(_context, "Building FIDO U2F app id.");
|
||||
Directory.CreateDirectory("/bitwarden/web/");
|
||||
var template = Helpers.ReadTemplate("AppId");
|
||||
using(var sw = File.CreateText("/bitwarden/web/app-id.json"))
|
||||
|
Reference in New Issue
Block a user