setup.sh 151 B

12345
  1. #/bin/bash
  2. #wait for the SQL Server to come up
  3. sleep 20s
  4. /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Password! -d master -i /usr/setup/setup.sql