X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/58d04f6523b0029281d65f841859fa42d0c744ff..c43f1246cb759eb811ab0ebef0613b86dda99581:/cache.c?ds=inline diff --git a/cache.c b/cache.c index 39e63a5..91b89a6 100644 --- a/cache.c +++ b/cache.c @@ -45,6 +45,10 @@ int cache_create_dirs() { char *path; + path = fmt("%s", cgit_cache_root); + if (mkdir(path, S_IRWXU) && errno!=EEXIST) + return 0; + if (!cgit_query_repo) return 0;