From 885d7c164e99e069c9a6c2827e479e1d8fee616e Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Mon, 9 Apr 2018 17:56:53 +0200 Subject: Fix python script Fix startup of the python script in the pom that was not properly set Issue-ID: CLAMP-147 Change-Id: Ia462be79dd053a9b39761e5bdf3248d0e28e65ee Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 70563efd..d340341c 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ true true false - + @@ -830,7 +830,7 @@ /usr/src/http-cache-app - ./start_http_cache.sh ${http.proxy} --python_proxyaddress localhost:${docker.http-cache.port.host} + ./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host} -- cgit 1.2.3-korg