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"
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.