Skip to content

File creation with sudo are not detected. #5

@fmv1992

Description

@fmv1992

I had the following on my makefile:

echo 'abc' | sudo tee /usr/share/xyz/config.conf

But then the new file creation was not detected. However changing it to:

echo 'abc' | tee /usr/share/xyz/config.conf

Worked. Is this pointed out in the documentation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions