fix: make dirs readable by other users

This commit is contained in:
ngn
2024-08-16 05:25:02 +03:00
parent 2aa147b351
commit e41a627882
10 changed files with 17 additions and 17 deletions

View File

@ -42,7 +42,7 @@ void pdebug_binary(char *data, size_t len);
bool parse_host(char *addr, char *host, uint16_t *port);
bool copy_blocks(struct archive *w, struct archive *r);
bool extract_archive(char *dst, char *src);
bool mkdir_ifnot(char *path);
bool mkdir_ifnot(char *path, int mode);
int join_multiple(char *res, const char *base, const char *pth, const char *pth2);
int join(char *res, const char *base, const char *pth);