mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/sh
|
|
|
|
sleep 60s
|
|
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /setup.sql
|