changeset 197:01b31d818add

exec the java command in thermostat-web-gateway.sh Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-July/024114.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 14 Jul 2017 13:59:15 +0200
parents 7180f30a3d36
children f89ae85f9f14
files distribution/src/bin/thermostat-web-gateway.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/src/bin/thermostat-web-gateway.sh	Fri Jul 14 11:02:32 2017 -0400
+++ b/distribution/src/bin/thermostat-web-gateway.sh	Fri Jul 14 13:59:15 2017 +0200
@@ -79,4 +79,4 @@
 THERMOSTAT_GATEWAY_LIBS=${THERMOSTAT_GATEWAY_HOME}/libs
 
 export THERMOSTAT_GATEWAY_HOME
-java -cp "${THERMOSTAT_GATEWAY_LIBS}/*" "${LOGGING_ARGS[@]}" com.redhat.thermostat.gateway.server.Start
+exec java -cp "${THERMOSTAT_GATEWAY_LIBS}/*" "${LOGGING_ARGS[@]}" com.redhat.thermostat.gateway.server.Start