mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-09 02:41:22 +08:00
chore: set 0o666 to unix socket file
This commit is contained in:
parent
a67c379884
commit
264713571d
@ -228,6 +228,7 @@ func startUnix(cfg *Config) {
|
||||
log.Errorln("External controller unix listen error: %s", err)
|
||||
return
|
||||
}
|
||||
_ = os.Chmod(addr, 0o666)
|
||||
log.Infoln("RESTful API unix listening at: %s", l.Addr().String())
|
||||
|
||||
server := &http.Server{
|
||||
|
Loading…
Reference in New Issue
Block a user