From ad4027aaf03f8558e2c6bbbd4fe548b6b759f3b2 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 3 Apr 2018 16:38:54 +0200 Subject: Fix the start_http_cache.sh Fix the script call from Pom so that it can be configured Issue-ID: CLAMP-148 Change-Id: Id1120150c4fb993d70ffe2914c73a8fa24051e85 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4b19b808..11628b7a 100644 --- a/pom.xml +++ b/pom.xml @@ -827,7 +827,7 @@ /usr/src/http-cache-app - ./start_http_cache.sh ${http.proxy} + ./start_http_cache.sh ${http.proxy} localhost:${docker.http-cache.port.host} -- cgit 1.2.3-korg