|
(→Add Files to Agent's /bin Directory)
|
(→Add Files to Agent's /bin Directory)
|
| Line 67: | |||
| ###AnthillPro requires the variables to be set using this exact pattern. | ###AnthillPro requires the variables to be set using this exact pattern. | ||
| #Restart the agent. Upon restart, the variables will be updated. To update the environment variables in the future, simply restart the agent again. | #Restart the agent. Upon restart, the variables will be updated. To update the environment variables in the future, simply restart the agent again. | ||
| + | == Notes on Using SETENV == | ||
| + | You '''MUST''' properly escape your strings, else they will be truncated when the agent runs the script. An example of the issue is listed below. | ||
| + | === Unescaped Strings === | ||
| + | === Escaped Strings === | ||