From a3744facc7a3341f8ce8701d6e314d0538390a7c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 30 Aug 2018 22:36:45 -0400 Subject: [PATCH] remove install complete message --- util/Setup/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index 3d65beddb..b0e6150a5 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -89,8 +89,7 @@ namespace Bit.Setup dockerComposeBuilder.BuildForInstaller(); _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",