Actions
Bug #22584
closed"Variable string from command" creates empty files in /var/rudder/modified-files
Bug #22584:
"Variable string from command" creates empty files in /var/rudder/modified-files
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
This is due to the usage of file_absent to clean the temporary script file used by the method.
To avoid creating this backup, as we don't need reporting but only logs, we can directly use a files promise to remove the file.
Actions