workaround for #60 sed inplace created permission denied#61
Open
muhme wants to merge 1 commit intoDigital-Peak:mainfrom
Open
workaround for #60 sed inplace created permission denied#61muhme wants to merge 1 commit intoDigital-Peak:mainfrom
muhme wants to merge 1 commit intoDigital-Peak:mainfrom
Conversation
Workaround for Digital-Peak#60. Replaces eight times sed in-place editing for configuration.php by writing to the tmp file `configuration.tmp` and then moving it.
Member
|
There are many more cases where we use sed, not sure but I think all of them should be fixed. or what do you think? |
Author
|
Yes, there are 10 more places: Should I create one more PR for this? Another option would be to update sed in the image(s) to >= version 4.8. |
Member
|
I think it is better to update sed in the image. But for this I need to see if this is even possible as we are still using ubuntu 20. |
9ad833a to
902ef5a
Compare
fcc0480 to
337ab45
Compare
20431de to
e21a4cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workaround for #60. Replaces eight times sed in-place editing for configuration.php by writing to the tmp file
configuration.tmpand then moving it.