mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
no extra new line needed
This commit is contained in:
parent
928fd5bc82
commit
2298853fd4
@ -147,7 +147,6 @@ SA_PASSWORD=SECRET
|
|||||||
{
|
{
|
||||||
sw.WriteLine($"{item.Key}={item.Value}");
|
sw.WriteLine($"{item.Key}={item.Value}");
|
||||||
}
|
}
|
||||||
sw.WriteLine(string.Empty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
using(var sw = File.CreateText("/bitwarden/env/mssql.override.env"))
|
using(var sw = File.CreateText("/bitwarden/env/mssql.override.env"))
|
||||||
@ -156,7 +155,6 @@ SA_PASSWORD=SECRET
|
|||||||
{
|
{
|
||||||
sw.WriteLine($"{item.Key}={item.Value}");
|
sw.WriteLine($"{item.Key}={item.Value}");
|
||||||
}
|
}
|
||||||
sw.WriteLine(string.Empty);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user