1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 12:31:06 -05:00
bitwarden/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