Actions
User story #20861
openAdd a method to remove a file only if it is a symlink
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Name check:
To do
Fix check:
To do
Regression:
Description
There are cases where we want to be sure that a file is not a symlink, and this is currently hard to achieve using Rudder, I had to fallback on a command execution with "test -L".
A dedicated method would be much cleaner.
Actions