mirror of
https://github.com/bitwarden/server.git
synced 2025-06-04 10:10:32 -05:00
6 lines
60 B
Bash
6 lines
60 B
Bash
#!/bin/sh
|
|
|
|
env >> /etc/environment
|
|
cron
|
|
dotnet /app/Api.dll
|