mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

Fix Linux MSSQL Customize Example

Open Warfront1 opened this issue 2 years ago • 3 comments

The Linux MSSQL Example had logic errors, as well as breaking (non-executing) code. In addition the README was updated to be platform agnostic (previously it did NOT work on windows). The gitattributes was added to ease with windows development and line endings on bash/shell scripts.

Warfront1 avatar Apr 18 '22 19:04 Warfront1

CLA assistant check
All CLA requirements met.

ghost avatar Apr 18 '22 19:04 ghost

Hey, I think not to work this. https://github.com/microsoft/mssql-docker/blob/e50d08e4fe8f2ba276d03e7f9025f9a013d871b4/linux/preview/examples/mssql-customize/configure-db.sh#L13

- i=$i+1
+ i=$(expr $i + 1)

a-skua avatar Nov 20 '22 07:11 a-skua

@Warfront1 did you solve your issue? Would you mind pointing out the logical problems and your solution to them? Thanks

LuchiLucs avatar Mar 23 '23 13:03 LuchiLucs