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

front
Alex Musolino 2020-08-02 18:30:01 +09:30
parent 9e27ee094c
commit cf69bb920a
1 changed files with 1 additions and 1 deletions

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
}