From 25e931d0eec23a6695fb111c53db5bf619980e2b Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 31 Dec 2018 16:13:50 -0500 Subject: [PATCH] Relative otsfiles path... --- proxy_docker/app/script/ots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_docker/app/script/ots.sh b/proxy_docker/app/script/ots.sh index d3a54af..70548cb 100644 --- a/proxy_docker/app/script/ots.sh +++ b/proxy_docker/app/script/ots.sh @@ -221,7 +221,7 @@ serve_ots_getfile() local hash=${1} trace "[serve_ots_getfile] hash=${hash}" - binfile_response_to_client "/otsfiles/" "${hash}.ots" + binfile_response_to_client "otsfiles/" "${hash}.ots" returncode=$? trace_rc ${returncode}