1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

no need to create env file

This commit is contained in:
Kyle Spearrin
2018-03-27 15:04:13 -04:00
parent a205f40613
commit 6641290290
2 changed files with 8 additions and 7 deletions

View File

@ -164,9 +164,6 @@ SA_PASSWORD=SECRET
}
Helpers.Exec("chmod 600 /bitwarden/env/mssql.override.env");
using(var sw = File.CreateText("/bitwarden/env/uid.env"))
{ }
}
}
}