2017-03-24 16:31:38 +01:00
|
|
|
#wait for the SQL Server to come up
|
2017-05-30 16:05:09 +02:00
|
|
|
sleep 45
|
2017-03-24 16:31:38 +01:00
|
|
|
|
|
|
|
#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
|