mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 09:38:16 -05:00
6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/sh
|
|
|
|
cp /etc/core/identity.pfx /app/identity.pfx
|
|
|
|
dotnet /app/Identity.dll
|