Hi, I use Jira official image Atlassian/Jira-software to install Jira on CentOs 8 server.
I did not find the "setenv.sh" file in the container. Let me know where it is.
As far as i know when installing directly on Linux server it is located at /opt/atlassian/jira/bin .
Hi Thanh
just had a quick look the setenv.sh file is below the mentioned bin directory.
Also if you check for example the related Dockerfile
you will see ${JIRA_INSTALL_DIR}/bin/setenv.sh
for example
sed -i -e 's/^JVM_SUPPORT_RECOMMENDED_ARGS=""$/: \${JVM_SUPPORT_RECOMMENDED_ARGS:=""}/g' ${JIRA_INSTALL_DIR}/bin/setenv.sh.
What are you trying to achieve?
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.