fix: do not check write permissions for ctx dirs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user