Skip to content

FIX Make shell scripts executable#48

Open
dbroeglin wants to merge 4 commits into
Azure-Samples:mainfrom
dbroeglin:main
Open

FIX Make shell scripts executable#48
dbroeglin wants to merge 4 commits into
Azure-Samples:mainfrom
dbroeglin:main

Conversation

@dbroeglin
Copy link
Copy Markdown

Purpose

Deployment shell scripts are not executable. For start.sh you realize pretty early and it's just a chmod +x. However, then the script runs other scripts after deployment (like prepdocs.sh) and they fail to. This commit adds an executable flag to the scripts.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone https://github.com/dbroeglin/communication-services-AI-customer-service-sample.git
cd communication-services-AI-customer-service-sample
  • Test the code
./start.sh

What to Check

Verify that the script runns without error.

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.

1 participant