mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
uid.env file
This commit is contained in:
@ -164,6 +164,9 @@ SA_PASSWORD=SECRET
|
||||
}
|
||||
|
||||
Helpers.Exec("chmod 600 /bitwarden/env/mssql.override.env");
|
||||
|
||||
// Empty uid env file. Only used on Linux hosts.
|
||||
using(var sw = File.CreateText("/bitwarden/env/uid.env")) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user