mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
remove install complete message
This commit is contained in:
parent
c87ce222eb
commit
a3744facc7
@ -89,8 +89,7 @@ namespace Bit.Setup
|
|||||||
dockerComposeBuilder.BuildForInstaller();
|
dockerComposeBuilder.BuildForInstaller();
|
||||||
|
|
||||||
_context.SaveConfiguration();
|
_context.SaveConfiguration();
|
||||||
|
|
||||||
Console.WriteLine("\nInstallation complete.");
|
|
||||||
Console.WriteLine("If you need to make additional configuration changes, you can modify\n" +
|
Console.WriteLine("If you need to make additional configuration changes, you can modify\n" +
|
||||||
"the settings in `{0}` and then run {1}",
|
"the settings in `{0}` and then run {1}",
|
||||||
_context.HostOS == "win" ? ".\\bwdata\\config.yml" : "./bwdata/config.yml",
|
_context.HostOS == "win" ? ".\\bwdata\\config.yml" : "./bwdata/config.yml",
|
||||||
|
Loading…
Reference in New Issue
Block a user