mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +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
|