Skip to content

[v12] Installer Scripts: use bash instead of sh (#34039)#34150

Merged
marcoandredinis merged 1 commit intobranch/v12from
marco/v12/backport_34039
Nov 8, 2023
Merged

[v12] Installer Scripts: use bash instead of sh (#34039)#34150
marcoandredinis merged 1 commit intobranch/v12from
marco/v12/backport_34039

Conversation

@marcoandredinis
Copy link
Copy Markdown
Contributor

Backport of #34039 to branch/v12

* Installer Scripts: use bash instead of sh

The agentless version of this script uses `bash`.
Using `bash` over `sh` should help the maitenance of the script.
It's being used for the agentless version and the node join script
`sh` is sometimes an alias to `bash`, and testing this script in those
systems might lead to assume that the script is working fine, even tho
when running in a real `sh` it will fail.

* use the same expression that is being used in agentless
@marcoandredinis marcoandredinis added this pull request to the merge queue Nov 8, 2023
Merged via the queue into branch/v12 with commit 1ceed58 Nov 8, 2023
@marcoandredinis marcoandredinis deleted the marco/v12/backport_34039 branch November 8, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants