X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/58d04f6523b0029281d65f841859fa42d0c744ff..36aba00273e7af1b94bf8c5dd5068709d983d01e:/cache.c 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;