Relative otsfiles path...

This commit is contained in:
kexkey
2018-12-31 16:13:50 -05:00
parent 133350896b
commit 25e931d0ee

View File

@@ -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}