mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 02:10:07 +05:00
Bug fix for ProxySettingOSX
This commit is contained in:
@@ -28,11 +28,11 @@ namespace ServiceLib.Handler.SysProxy
|
||||
{
|
||||
var contents = EmbedUtils.GetEmbedText(Global.ProxySetOSXShellFileName);
|
||||
await File.AppendAllTextAsync(fileName, contents);
|
||||
|
||||
await Utils.SetLinuxChmod(fileName);
|
||||
}
|
||||
|
||||
await Utils.SetLinuxChmod(fileName);
|
||||
|
||||
await Utils.GetCliWrapOutput(Global.LinuxBash, args);
|
||||
await Utils.GetCliWrapOutput(fileName, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user