From a995aafa991ed65971903e188cdf7e913d58fa4c Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Mon, 31 Jul 2017 17:08:32 -0700 Subject: [PATCH] fixed line ending in entrypoint --- TestSqlcmd.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/TestSqlcmd.sh b/TestSqlcmd.sh index a9949b75..01a52073 100644 --- a/TestSqlcmd.sh +++ b/TestSqlcmd.sh @@ -1,11 +1,11 @@ -#!bin/bash -set -e - -$test = "sqlcmd -S sql -U sa -P Password123" - -until $test; do ->&2 echo "SQL Server is starting up. Running initial db configuration" -sleep 1 -done - +#!bin/bash +set -e + +$test = "sqlcmd -S sql -U sa -P Password123" + +until $test; do +>&2 echo "SQL Server is starting up. Running initial db configuration" +sleep 1 +done + echo "SQL Server is up - starting app" \ No newline at end of file