mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 22:23:31 +03:00
chore: Make unix socket follow homeDir
This commit is contained in:
parent
d4ececae20
commit
99b274acbc
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ func Start(addr string, tlsAddr string, secret string,
|
|||
}
|
||||
|
||||
func StartUnix(addr string, isDebug bool) {
|
||||
addr = C.Path.Resolve(addr)
|
||||
|
||||
dir := filepath.Dir(addr)
|
||||
if _, err := os.Stat(dir); os.IsNotExist(err) {
|
||||
if err := os.MkdirAll(dir, 0o755); err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue