changeset 91:fdcb4ee647cf

Remove extra argument from agent script Review thread: http://icedtea.classpath.org/pipermail/thermostat/2012-February/000150.html
author Jon VanAlten <jon.vanalten@redhat.com>
date Wed, 29 Feb 2012 10:29:43 -0500
parents 5461befccab4
children 7302985efe99
files distribution/scripts/thermostat-agent
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/scripts/thermostat-agent	Wed Feb 29 10:23:57 2012 -0500
+++ b/distribution/scripts/thermostat-agent	Wed Feb 29 10:29:43 2012 -0500
@@ -54,7 +54,7 @@
 AGENT_CLASSPATH="${AGENT_CLASSPATH}:${THERM_DIR}/lib/thermostat-agent-@project.version@.jar:${THERM_DIR}/lib/thermostat-common-@project.version@.jar"
 AGENT_MAIN="com.redhat.thermostat.agent.Main"
 
-AGENT_ARGS="--local --properties ${THERM_DIR}/config/agent.properties"
+AGENT_ARGS="--properties ${THERM_DIR}/config/agent.properties"
 
 function usage {
   echo "Usage:"