Bug fix for ProxySettingOSX
This commit is contained in:
@@ -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(fileName, args);
|
||||||
|
|
||||||
await Utils.GetCliWrapOutput(Global.LinuxBash, args);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user