1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

remove install complete message

This commit is contained in:
Kyle Spearrin 2018-08-30 22:36:45 -04:00
parent c87ce222eb
commit a3744facc7

View File

@ -90,7 +90,6 @@ namespace Bit.Setup
_context.SaveConfiguration();
Console.WriteLine("\nInstallation complete.");
Console.WriteLine("If you need to make additional configuration changes, you can modify\n" +
"the settings in `{0}` and then run {1}",
_context.HostOS == "win" ? ".\\bwdata\\config.yml" : "./bwdata/config.yml",