-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
Component/s: None
-
None
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
On Ubuntu server when starting or stopping:
/opt/atlassian/jira/bin/setenv.sh: 97: pushd: not found
/opt/atlassian/jira/bin/setenv.sh: 100: popd: not found
This is because /bin/sh is pointing to /bin/dash by default (and dash doesn't support pushd & popd).
I was able to fix it locally using:
sudo unlink /bin/sh && sudo ln -s /bin/bash /bin/sh
but hopefully there's a nicer way to implement it.
- is related to
-
JRASERVER-25935 Issue with setenv.sh when starting and stopping JIRA on ubuntu
-
- Closed
-