mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Bug fix for ProxySettingOSX
This commit is contained in:
parent
3edaac5739
commit
72ff947d95
1 changed files with 3 additions and 3 deletions
|
@ -28,11 +28,11 @@ namespace ServiceLib.Handler.SysProxy
|
||||||
{
|
{
|
||||||
var contents = EmbedUtils.GetEmbedText(Global.ProxySetOSXShellFileName);
|
var contents = EmbedUtils.GetEmbedText(Global.ProxySetOSXShellFileName);
|
||||||
await File.AppendAllTextAsync(fileName, contents);
|
await File.AppendAllTextAsync(fileName, contents);
|
||||||
}
|
|
||||||
|
|
||||||
await Utils.SetLinuxChmod(fileName);
|
await Utils.SetLinuxChmod(fileName);
|
||||||
|
}
|
||||||
|
|
||||||
await Utils.GetCliWrapOutput(Global.LinuxBash, args);
|
await Utils.GetCliWrapOutput(fileName, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue