mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-26 07:44:15 +00:00
5 lines
195 B
Bash
5 lines
195 B
Bash
#wait for the SQL Server to come up
|
|
sleep 45
|
|
|
|
#run the setup script to create the DB and the schema in the DB
|
|
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -d master -i setup.sql |