echo "Starting MS SQL Server" systemctl start mssql-server echo "Waiting 60 seconds for DB to start" We need to wait for it to report ready, not a sleep.
echo "Starting MS SQL Server"
systemctl start mssql-server
echo "Waiting 60 seconds for DB to start"
We need to wait for it to report ready, not a sleep.