coreos / mayday

A diagnostics tool for capturing system state.
Apache License 2.0
80 stars 27 forks source link

kill directory after assets are collected in a tar file #19

Closed brianredbeard closed 8 years ago

brianredbeard commented 9 years ago

After mayday runs it leaves a directory behind in /tmp, i.e.:

$ find /tmp -maxdepth 1   -name "mayday*"
/tmp/mayday201504162157-956911310.tar.gz
/tmp/mayday201504162157-956911310

Ideally since all of the assets are captured in the tar file we should clean up the directory.

tschuy commented 8 years ago

Mayday no longer produces directories as a part of tar creation.