Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Linux MSSQL Customize Example #749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Warfront1
Copy link

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.

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.
@ghost
Copy link

ghost commented Apr 18, 2022

CLA assistant check
All CLA requirements met.

@Warfront1 Warfront1 changed the title Fix Linux MSSQL Customize Examples Fix Linux MSSQL Customize Example Apr 18, 2022
@a-skua
Copy link

a-skua commented Nov 20, 2022

Hey, I think not to work this.

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

@LuchiLucs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants