parent
9df8e9bf03
commit
13405e78d6
|
@ -666,7 +666,7 @@ function Write-CMDServiceBinary {
|
|||
|
||||
try {
|
||||
# write the binary array out to the specified path
|
||||
Set-Content -Balue $Binary -Encoding Byte -Path $Path
|
||||
Set-Content -Value $Binary -Encoding Byte -Path $Path
|
||||
"[*] Binary for service '$ServiceName' with custom command '$CMD' written to '$Path'"
|
||||
}
|
||||
catch {
|
||||
|
|
Loading…
Reference in New Issue