mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 09:03:21 +08:00
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
|
|
cp /etc/bitwarden/identity/identity.pfx /app/identity.pfx
|
|
dotnet /app/Identity.dll
|