fixed bugs
This commit is contained in:
parent
80d4843693
commit
7be09843de
27 changed files with 513 additions and 274 deletions
|
@ -5656,7 +5656,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
|
||||
internal Collection<PSObject> ExecuteShellCommand(Runspace runSpace, Command cmd)
|
||||
{
|
||||
return ExecuteShellCommand(runSpace, cmd, true);
|
||||
return ExecuteShellCommand(runSpace, cmd, false);
|
||||
}
|
||||
|
||||
internal Collection<PSObject> ExecuteShellCommand(Runspace runSpace, Command cmd, bool useDomainController)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue