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

Update bootstrap-salt.sh #2005

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Update bootstrap-salt.sh #2005

merged 1 commit into from
Jul 15, 2024

Conversation

javatask
Copy link
Contributor

On arm64 platforms, bootstrap fails to finish installation due to missing variable 'error_msg=""' in case statement. This change adds a single line to fix the bug.

What does this PR do?

Add a single line with 'error_msg=""' to arm64 check statment

What issues does this PR fix or reference?

Fix installation on arm64 architecture.

Previous Behavior

Before, the script failed to deploy salt on the arm64 platform due to error on 1409 LoC

New Behavior

Successfully, now I can install salt on arm64

On arm64 platforms, bootstrap fails to finish installation due to missing variable 'error_msg=""' in case statement.
This change adds a single line to fix the bug.
@dmurphy18 dmurphy18 self-requested a review July 15, 2024 17:36
@dmurphy18
Copy link
Contributor

@javatask Thanks for the catch

@dmurphy18 dmurphy18 merged commit 93e7841 into saltstack:develop Jul 15, 2024
163 checks passed
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.

2 participants