fix problem with file content and high cpu/out of memory errors

reviewable/pr18780/r1
Hans-Joachim Kliemeck 9 years ago
parent 1ec0c1893a
commit 777edaf3f5

@ -47,7 +47,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;

Loading…
Cancel
Save