From c3b305e42c4fdf629d2f1c6b11fe8e3fa9bad147 Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Mon, 31 Jul 2017 17:44:11 -0700 Subject: [PATCH] removed extra space --- TestSqlcmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestSqlcmd.sh b/TestSqlcmd.sh index cd21176e..228a2378 100644 --- a/TestSqlcmd.sh +++ b/TestSqlcmd.sh @@ -1,9 +1,9 @@ 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. Running initial db configuration" +>&2 echo "SQL Server is starting up" sleep 1 done