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