-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
High
-
None
-
Affects Version/s: 3.13
-
Component/s: Installation
-
Environment:
Solaris where /bin/sh is a pure Bourne shell
-
3.13
permgen.sh and setenv.sh contain bash-isms that prevent the startup script (startup.sh) from working properly on my Solaris machine. My solaris machine has a vanilla Bourne shell as /bin/sh. This means the bash-isms don't work, I get shell syntax errors when running startup.sh. When I corrected these errors the problems went away and I now have a working JIRA on solaris. Here's what I changed:
1) in permgen.sh change the double square brackets to single square brackets
2) in setenv.sh change the double equals to a single equals
Regards,
Andrew Marlow
- duplicates
-
JRASERVER-15612 syntax errors in JIRA standalone start up scripts
-
- Closed
-