From 8983799f38875ced03357207d7622b140df9b017 Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Mon, 31 Jul 2017 18:06:47 -0700 Subject: [PATCH] just exec sleep --- TestSqlcmd.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/TestSqlcmd.sh b/TestSqlcmd.sh index b1417b2b..df4ea33a 100644 --- a/TestSqlcmd.sh +++ b/TestSqlcmd.sh @@ -1,10 +1 @@ -set -e - -$test ="/opt/mssql-tools/bin/sqlcmd -S sql -U sa -P Password123" - -until $test; do ->&2 echo "SQL Server is starting up" -sleep 1 -done - -echo "SQL Server is up - starting app" \ No newline at end of file +sleep 1m \ No newline at end of file