mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Fix SQL Connection String (#1584)
* Update SQL connection string storage method * Revert Docker Compose template * Revert Docker Compose Builder version back to 3
This commit is contained in:
@ -105,7 +105,7 @@ namespace Bit.Setup
|
||||
{
|
||||
if (line.StartsWith($"{key}="))
|
||||
{
|
||||
return line.Split(new char[] { '=' }, 2)[1].Trim('"');
|
||||
return line.Split(new char[] { '=' }, 2)[1].Trim('"').Replace("\\\"", "\"");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user