rc-httpd: fix invalid test(1) invocation in dir-index
This commit is contained in:
parent
9e27ee094c
commit
cf69bb920a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue