-
Notifications
You must be signed in to change notification settings - Fork 65
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
cluster_wide_install_opr.sh on MacOS is broken #1081
Labels
bug
Something isn't working
Comments
@toniharju could you try if replacing that line with the following line fixes the error?
|
Sorry it took this long to get back to this. Unfortunately BSD sed, or at least the version that comes pre-installed on MacOS does not support the -z flag:
|
brusdev
added a commit
to brusdev/activemq-artemis-operator
that referenced
this issue
Feb 19, 2025
@toniharju I created the PR #1095 to fix this issue, could you review it? |
brusdev
added a commit
to brusdev/activemq-artemis-operator
that referenced
this issue
Mar 4, 2025
brusdev
added a commit
to brusdev/activemq-artemis-operator
that referenced
this issue
Mar 4, 2025
brusdev
added a commit
that referenced
this issue
Mar 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The cluster_wide_install_opr.sh script gives the following error on MacOS:
Apparently the problem is that MacOS has BSD sed by default which doesn't allow the semi-colons to be used in the way they are used.
I managed to fix it by changing the sed to the following POSIX standard way of doing it:
I haven't tested this with GNU sed to see if it works with that.
Tip
Vote this issue reacting with 👍 or 👎
The text was updated successfully, but these errors were encountered: