diff options
Diffstat (limited to 'xray/process.go')
| -rw-r--r-- | xray/process.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xray/process.go b/xray/process.go index 03d2eced..fcbe6f78 100644 --- a/xray/process.go +++ b/xray/process.go @@ -202,7 +202,7 @@ func (p *process) Start() (err error) { if err != nil { return common.NewErrorf("Failed to generate xray configuration file: %v", err) } - + err = os.MkdirAll(config.GetLogFolder(), 0770) if err != nil { logger.Warningf("Something went wrong: %s", err) |
