fix
This commit is contained in:
parent
0ec87fc5f4
commit
6afbb17d01
1 changed files with 1 additions and 1 deletions
|
@ -7275,7 +7275,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
runSpace = OpenRunspace();
|
||||
Command cmd = new Command("Remove-TransportRule");
|
||||
cmd.Parameters.Add("Identity", Name);
|
||||
cmd.Parameters.Add("Confirm", true);
|
||||
cmd.Parameters.Add("Confirm", false);
|
||||
ExecuteShellCommand(runSpace, cmd);
|
||||
}
|
||||
catch (Exception exc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue