mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-12 20:31:17 +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)
|
log.Errorln("External controller unix listen error: %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
_ = os.Chmod(addr, 0o666)
|
||||||
log.Infoln("RESTful API unix listening at: %s", l.Addr().String())
|
log.Infoln("RESTful API unix listening at: %s", l.Addr().String())
|
||||||
|
|
||||||
server := &http.Server{
|
server := &http.Server{
|
||||||
|
Loading…
Reference in New Issue
Block a user