Skip to content

Commit 183162a

Browse files
committed
Fixing mssql-tools path
1 parent c424797 commit 183162a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/initdbs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sleep 90s
2-
/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P Resgrid123!! -d master -i create-databases.sql
2+
/opt/mssql-tools/bin/sqlcmd -C -S localhost -U sa -P Resgrid123!! -d master -i create-databases.sql

db/run-initialization.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sleep 90s
33

44
# Run the setup script to create the DB and the schema in the DB
55
# Note: make sure that your password matches what is in the Dockerfile
6-
/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P Resgrid123! -d master -i create-database.sql
6+
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Resgrid123! -d master -i create-database.sql

0 commit comments

Comments
 (0)