-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Agree. I have updated most of those I believe and just need to push out
changes. Will be addressing the other issues you mention as well soon.
…On Thu, Sep 12, 2019, 8:46 AM Renaud Demarneffe ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=ACXWO5AWOMXBEEZYNQ74AKLQJJBZRA5CNFSM4IWEKLD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HK7ZFYQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXWO5EC5HZ5ZGBMNDFOZV3QJJBZRANCNFSM4IWEKLDQ>
.
|
Hi, I have created a path with the solution I propose to the issue. Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 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
The text was updated successfully, but these errors were encountered: