diff --git a/Invoke-SSHCommand.ps1 b/Invoke-SSHCommand.ps1 index 3e02fd6..a21d22b 100644 --- a/Invoke-SSHCommand.ps1 +++ b/Invoke-SSHCommand.ps1 @@ -44,7 +44,6 @@ function Invoke-SSHCommand { catch { Write-Verbose "[*] Error loading dll" - Break } try @@ -59,7 +58,5 @@ function Invoke-SSHCommand { catch { Write-Verbose "[*] Connection failed" - Return } } -