From 9f416608bb903175a4b9f3674b68124a7ef4cd4c Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Mon, 31 Jul 2017 17:23:08 -0700 Subject: [PATCH] added path to sqlcmd --- TestSqlcmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestSqlcmd.sh b/TestSqlcmd.sh index 33869d3f..cd21176e 100644 --- a/TestSqlcmd.sh +++ b/TestSqlcmd.sh @@ -1,6 +1,6 @@ set -e -$test = "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"