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

Replace sed with SED #7

Open
RenaudDemarneffe opened this issue Sep 12, 2019 · 2 comments · May be fixed by #10
Open

Replace sed with SED #7

RenaudDemarneffe opened this issue Sep 12, 2019 · 2 comments · May be fixed by #10

Comments

@RenaudDemarneffe
Copy link

Hi,

I built a container with the scripts and execute it on K8S.

I have an error with the onconfig file. I have a duplicate onconfig file :

  • The first into /opt/ibm/config/. It's the one that must be used by informix to keep the configuration between container restart ;
  • The second one into /opt/ibm/informix/etc/. It should be a symlink to the first one.

The second onconfig file is created because of "sed -i" commands without the "--follow-symlinks".
I see that "SED" command was created. I think we need to replace all "sed -i" with "SED".

Could you please analyze?

Regards,
Renaud

@darint00
Copy link
Collaborator

darint00 commented Sep 12, 2019 via email

@RenaudDemarneffe RenaudDemarneffe linked a pull request Nov 4, 2019 that will close this issue
@RenaudDemarneffe
Copy link
Author

Hi,

I have created a path with the solution I propose to the issue.
Could you please check it and integrate in into the master branch?

Regards,
Renaud

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 a pull request may close this issue.

2 participants