implemented the option added in the previous commit

This commit is contained in:
2023-11-17 16:57:12 +09:00
parent aef6a81380
commit d2725688e0
17 changed files with 135 additions and 58 deletions

View File

@ -12,6 +12,7 @@ test_default_index()
mkdir -p "${tmpdir}"
## check if index.html is retrieved
echo ../bin/hio-webs --file-no-list-dir "${srvaddr}" "${tmpdir}" 2>/dev/null &
../bin/hio-webs --file-no-list-dir "${srvaddr}" "${tmpdir}" 2>/dev/null &
local jid=$!