mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00: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
|