Skip to content

Cleanup ~/.cache/fus metadata before fus exits. #71

Description

@jankaluza

Hi,

I have found out fus is storing cached metadata in ~/.cache/fus. This is quite OK, but it should try to remove them once it finishes using it. I understand that in case of crash or some unpredictable issue, the metadata can stay there, but I think generally it should remove it.

So far I have to add following cronjob to clean that directory to composer machine we use:

find ~/.cache/fus -type f -mtime +1 -exec rm {} ;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions