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:
Matt Davis 2016-01-12 09:34:35 -08:00
commit 5f6d0f73f4

View file

@ -62,7 +62,7 @@ Else
Set-Attr $result "changed" $true;
$logcontents = Get-Content $logfile;
$logcontents = Get-Content $logfile | Out-String;
Remove-Item $logfile;
Set-Attr $result "log" $logcontents;