1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00
bitwarden-server/util/MsSql/setup.sh

5 lines
100 B
Bash

#!/bin/sh
sleep 60s
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /setup.sql