Forum Discussion
Aug 21, 2020
Hello Peter.
Usually, the folder '/config/filestore/.trash_bin_d' is used to store files when the execution of some transaction fails. If you see files there, normally points that the script could be failing in some step. Information in this folder is completely removable, so you could include some sentence like this in your script:
rm -f /config/filestore/.trash_bin_d/*
But you can also try with this:
https://cdn.f5.com/product/bugtracker/ID513483.html
Debugging your script is also a good point.
Regards,
Dario.