The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Correct syntax to modifye the FISHEYE_OPTS variable in the fisheyectl.sh script

lhaynes4
May 15, 2017

I would like to modify the FISHEYE_OPTS variable in fisheyectl.sh. I need to add the following:
Dcrucible.users.per.group.in.review=25

I currently have
FISHEYE_OPTS=`$JAVACMD -cp $FISHEYE_HOME/fisheye.jar com.cenqua.fisheye.boot.OptsSetter`

I just want to make sure my syntax will be correct.

Is this correct?
FISHEYE_OPTS="`$JAVACMD -cp $FISHEYE_HOME/fisheye.jar com.cenqua.fisheye.boot.OptsSetter` -Dcrucible.users.per.group.in.review=25"

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2017

Hi @lhaynes4,

The syntax looks correct, but please note that this is not the recommended way of configuring it because no modifications in fisheyectl.sh survive upgrades, as each installation comes with a default fisheyectl.sh file.

Your best option is to configure this as JVM system property.

I hope this helps!

TAGS
AUG Leaders

Atlassian Community Events