-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Infrastructure, Installation
-
None
-
Environment:Linux, bash
I am attempting to setup a wrapper start script that sets all necessary environment variables and then starts bamboo, so that we don't have to redo scripts every time we update bamboo. This includes attempting to set the 'bamboo.home' variable, which should work according to the bamboo-init.properties file (I do not want to have to re-edit that file after every upgrade). However, "bamboo.home" is not a valid environment variable name because it contains a period in it. Please consider replacing this variable with something that does not include a period, or allowing an additional parameter so Linux run scripts can set it.