rc-httpd: fix invalid test(1) invocation in dir-index

This commit is contained in:
Alex Musolino 2020-08-02 18:30:01 +09:30
parent 9e27ee094c
commit cf69bb920a

View file

@ -6,7 +6,7 @@ if(! test -d $full_path){
error 404
exit
}
if(! test -r $full_path -x $full_path){
if(! test -r $full_path){
error 503
exit
}