remove output

1.6
Harmj0y 2016-03-03 18:22:24 -05:00
parent 7d711d4e77
commit 8c1927887a
1 changed files with 0 additions and 1 deletions

View File

@ -733,7 +733,6 @@ function Invoke-Empire {
Encode-Packet -type 40 -data "[*] File download of $path completed" Encode-Packet -type 40 -data "[*] File download of $path completed"
} }
catch { catch {
write-host "Error: $_"
Encode-Packet -type 0 -data "file does not exist or cannot be accessed" Encode-Packet -type 0 -data "file does not exist or cannot be accessed"
} }
} }