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}