a hopeless try

This commit is contained in:
Hadis-Fard 2017-07-31 17:58:28 -07:00
parent c3b305e42c
commit 50c26238ec

View file

@ -1,6 +1,6 @@
set -e
$test ='/opt/mssql-tools/bin/sqlcmd -S sql -U sa -P Password123'
$test ="/opt/mssql-tools/bin/sqlcmd -S sql -U sa -P Password123"
until $test; do
>&2 echo "SQL Server is starting up"