Hi all.
From the version 85 of the site “Software distribution”, if we create a new task with “Manage Software Distribution” dasboard, we can see thise lines at the end of the task:
if {name of operating system as lowercase starts with "win"}
waithidden cmd /C type "{parameter "logFolder"}\{parameter "logFile"}" >> "{parameter "mainSWDLogFolder"}\{parameter "logFile"}"
endif
But the problem is that, in some previous lines, we can see this:
parameter "logFolder" = "{parameter "mainSWDLogFolder"}"
So, the sentence is:
waithidden cmd /C type "C:\Program Files (x86)\BigFix Enterprise\BES Client\__BESData\__Global\SWDDeployData\SWD_DeploymentResults.log" >> "C:\Program Files (x86)\BigFix Enterprise\BES Client\__BESData\__Global\SWDDeployData\SWD_DeploymentResults.log"
this sentence do grow the log file in each action.
Why the dasboard build the task like this?
Thanks.