We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b9b79 commit 8ef553cCopy full SHA for 8ef553c
grai-integrations/source-mssql/data/init-db.sh
@@ -8,7 +8,7 @@ SERVER="tcp:$HOST,$PORT"
8
RETRY_LIMIT=${RETRY_LIMIT:-60}
9
SQL_CMD_DIR=${SQL_CMD_DIR-"/opt/mssql-tools18/bin"}
10
export PATH=$PATH:$SQL_CMD_DIR
11
-AUTH_ARG=${AUTH:-"-No"}
+AUTH_ARG=${AUTH_ARG:-"-No"}
12
SQL_CMD="sqlcmd -S $SERVER -U sa -P $MSSQL_SA_PASSWORD $AUTH_ARG"
13
14
$SQL_CMD -Q 'SELECT 1' -b -o /dev/null
0 commit comments