User story #13238
closedDirectory where support info are stored must be a parameter
Description
We need to not put support info in /tmp (it doesn't allow several script to be exec, we can't ask for diff between two date point, the naming scheme is extremelly unraliable, https://www.rudder-project.org/redmine/issues/13184 can fail, etc).
So the support script must take an argument for the directory where it stores its information, and in the webapp we must used a conventional naming scheme.
For the webapp action, I propose to store info into: `/var/rudder/support/iso-date-time/`
Of course, the iso-date-time parameter will need to be generated by the webapp and passed around (else we won't know what it the name of the file reliably).
We can also add a default value to support script to create the directory (either in /tmp or /var/rudder/support/xxxx) if the target directory is not given, and to make the script log where its outputs are going.