mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/sh
|
|
|
|
/opt/mssql/bin/sqlservr
|
|
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /setup.sql
|