fix: do not check write permissions for ctx dirs

This commit is contained in:
ngn
2024-08-16 04:22:04 +03:00
parent a641ef87ed
commit 2aa147b351
4 changed files with 12 additions and 6 deletions

View File

@ -140,7 +140,7 @@ typedef enum lm_error {
LM_ERR_InstallSaveFail = 138,
LM_ERR_FailMkdir = 139,
LM_ERR_NotDir = 140,
LM_ERR_NoWrite = 141,
LM_ERR_NoRead = 141,
LM_ERR_PoolListBadDir = 142,
LM_ERR_FileNotExist = 143,
LM_ERR_FileNotLink = 144,