-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
None
-
Affects Version/s: 5.0 - EAP
-
Component/s: Installation
-
5
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 caused by
-
JRASERVER-24304 start-jira.sh incorrectly reports the location of the jira log file when start-jira.sh is started from the bin directory
-
- Closed
-
- is duplicated by
-
JRASERVER-25935 Issue with setenv.sh when starting and stopping JIRA on ubuntu
-
- Closed
-
- was cloned as
-
CONFSERVER-23557 Startup script requires BASH -- must be sh compatible for Ubuntu
-
- Closed
-