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: don't echo double backslashes to server.properties #954

Merged
merged 1 commit into from Jul 7, 2021

Conversation

P4sca1
Copy link
Contributor

@P4sca1 P4sca1 commented Jul 7, 2021

Using sed, we need to escape backslashes, but with echo we can just use the variable as-is.
Closes #949

Using `sed`, we need to escape double quotes, but with `echo` we can just use the variable as-is.
Closes itzg#949
@P4sca1 P4sca1 changed the title fix: don't echo double-double-quotes to server.properties fix: don't echo double backslashes to server.properties Jul 7, 2021
Copy link

@oldium oldium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! The further discussion on the issue helped me to see what was described originally.

@itzg itzg merged commit cbaef44 into itzg:master Jul 7, 2021
@oldium
Copy link

oldium commented Jul 8, 2021

It looks like auto-merging of changes to branches is broken: https://github.com/itzg/docker-minecraft-server/actions/workflows/merge-variants.yml. It fails on merging .github/workflows/build-multiarch.yml to branches without workflows permission.

@itzg
Copy link
Owner

itzg commented Jul 8, 2021

Yep, that's by design in GitHub actions. And then I forgot to do the merge myself manually. Doing that now...

@itzg
Copy link
Owner

itzg commented Jul 8, 2021

Merged and new images pushed

@oldium
Copy link

oldium commented Jul 8, 2021

Great, 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.

Doubled escapes in first entry in server.properties
3 participants