From 42c7b744c5b171cef93ec6481b1d565440a2cfc0 Mon Sep 17 00:00:00 2001 From: Carl Sargunar Date: Wed, 6 Nov 2024 15:16:19 +0000 Subject: [PATCH] update tool path --- templates/UmbracoDockerCompose/Database/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/UmbracoDockerCompose/Database/startup.sh b/templates/UmbracoDockerCompose/Database/startup.sh index c4fad8f0ae..b8d78b3c46 100644 --- a/templates/UmbracoDockerCompose/Database/startup.sh +++ b/templates/UmbracoDockerCompose/Database/startup.sh @@ -11,7 +11,7 @@ if [ "$1" = '/opt/mssql/bin/sqlservr' ]; then sleep 15s #run the setup script to create the DB and the schema in the DB - /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$SA_PASSWORD" -d master -i setup.sql + /opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P "$SA_PASSWORD" -d master -i setup.sql # Note that the container has been initialized so future starts won't wipe changes to the data touch /tmp/app-initialized