X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=acl.sh;h=1b25d5ec78c93d7c33006aad9a0a329f7f9f3cb4;hb=d75f33f647280ada400fb51f740701cdb12dd4d3;hp=0ba66631d40c6709e1b59ee2e41f6dfde4167cc0;hpb=291e99a3305880ecb664357ec66eda8d54e377f1;p=shellwiki diff --git a/acl.sh b/acl.sh index 0ba6663..1b25d5e 100755 --- a/acl.sh +++ b/acl.sh @@ -29,6 +29,8 @@ acl_collect(){ [ "$path" = / ] && break path="${path%/*/}/" + # Do not use `mdfile` function here because of specialties + # in translation handler (`handlers/10_translations.sh`) if [ -f "$_DATA/pages/$path/#page.md" ]; then pagefile="$_DATA/pages/$path/#page.md" elif [ -f "$_EXEC/pages/$path/#page.md" ]; then