Skip to content

Commit

Permalink
Adjust tools path on MSSQL 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Aug 22, 2024
1 parent 049dcb9 commit aa90211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ forceencryption = 1
$AdditionalContainerConfiguration = "-v /opt/mssql/mssql.conf:/var/opt/mssql/mssql.conf -v /opt/mssql/mssql.pem:/var/opt/mssql/mssql.pem -v /opt/mssql/mssql.key:/var/opt/mssql/mssql.key"
}

if ($Version -Eq "2022") {
if ($Version -ne "2017") {
$ToolsPath = "/opt/mssql-tools18"
}
else {
Expand Down

0 comments on commit aa90211

Please sign in to comment.