1
0
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:
Kyle Spearrin 2017-11-06 23:01:38 -05:00
parent f4142a1a1d
commit 35ff3103a8

View File

@ -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);
}
}
}