mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
env print updates
This commit is contained in:
parent
e7351753c7
commit
3627d67d8a
@ -100,19 +100,19 @@ namespace Setup
|
|||||||
private static void PrintEnvironment()
|
private static void PrintEnvironment()
|
||||||
{
|
{
|
||||||
var vaultUrl = Helpers.GetValueFronEnvFile("global", "globalSettings__baseServiceUri__vault");
|
var vaultUrl = Helpers.GetValueFronEnvFile("global", "globalSettings__baseServiceUri__vault");
|
||||||
Console.WriteLine("============================");
|
Console.WriteLine("\nbitwarden is up and running!");
|
||||||
Console.WriteLine("bitwarden is up and running!");
|
Console.WriteLine("===================================================");
|
||||||
Console.WriteLine("============================");
|
Console.WriteLine("\nvisit {0}", vaultUrl);
|
||||||
Console.WriteLine("visit {0}", vaultUrl);
|
Console.Write("to update, run ");
|
||||||
Console.Write("\nto update, run ");
|
|
||||||
if(_parameters.ContainsKey("env") && _parameters["env"] == "win")
|
if(_parameters.ContainsKey("env") && _parameters["env"] == "win")
|
||||||
{
|
{
|
||||||
Console.Write(".\bitwarden.ps1 update");
|
Console.Write("'.\\bitwarden.ps1 -update'");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.Write("./bitwarden.sh update");
|
Console.Write("'./bitwarden.sh update'");
|
||||||
}
|
}
|
||||||
|
Console.WriteLine("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void MigrateDatabase()
|
private static void MigrateDatabase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user