removed extra space

This commit is contained in:
Hadis-Fard 2017-07-31 17:44:11 -07:00
parent 9f416608bb
commit c3b305e42c

View file

@ -1,9 +1,9 @@
set -e 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 until $test; do
>&2 echo "SQL Server is starting up. Running initial db configuration" >&2 echo "SQL Server is starting up"
sleep 1 sleep 1
done done