mirror of
https://github.com/bitwarden/server.git
synced 2025-01-22 21:51:22 +01:00
new line at end of env override files
This commit is contained in:
parent
f4142a1a1d
commit
35ff3103a8
@ -147,6 +147,7 @@ SA_PASSWORD=SECRET
|
||||
{
|
||||
sw.WriteLine($"{item.Key}={item.Value}");
|
||||
}
|
||||
sw.WriteLine(string.Empty);
|
||||
}
|
||||
|
||||
using(var sw = File.CreateText("/bitwarden/env/mssql.override.env"))
|
||||
@ -155,6 +156,7 @@ SA_PASSWORD=SECRET
|
||||
{
|
||||
sw.WriteLine($"{item.Key}={item.Value}");
|
||||
}
|
||||
sw.WriteLine(string.Empty);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user