PDA

View Full Version : Accessing a Property from and Environment Variable


kapow
01-14-2008, 08:29 PM
The documentation states that an appliance can gain access to a configure Property in two ways - an environment variable that is set with name the same as the Property name; Property markup of a config file.

I need to do both, but the first attempt by accessing an environment variable doesn't seem enabled. I have branched the LUX appliance, added a property, but don't see the environment variable for the property when SSH'ing into the appliance?

What am I doing wrong?

kapow
01-14-2008, 09:13 PM
I found it, but I didn't find the documentation mentioning this anywhere. You must first source the appropriate file. In my case /etc/applogic.sh.

Jsmart
01-15-2008, 12:57 AM
I will make sure the documentation is updated to specify the name of the file to source

--Jessie