Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xray/process.go')
-rw-r--r--xray/process.go2
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)