Merge pull request #2563 from h0nIg/devel_win_msi_fix
fix problem with file content and high cpu/out of memory errors
This commit is contained in:
commit
5f6d0f73f4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Else
|
||||||
|
|
||||||
Set-Attr $result "changed" $true;
|
Set-Attr $result "changed" $true;
|
||||||
|
|
||||||
$logcontents = Get-Content $logfile;
|
$logcontents = Get-Content $logfile | Out-String;
|
||||||
Remove-Item $logfile;
|
Remove-Item $logfile;
|
||||||
|
|
||||||
Set-Attr $result "log" $logcontents;
|
Set-Attr $result "log" $logcontents;
|
||||||
|
|
Loading…
Reference in a new issue