linux-docs icon indicating copy to clipboard operation
linux-docs copied to clipboard

Wrong logs ownership

Open ctsdownloads opened this issue 7 months ago • 0 comments

Issue with logs directory for https://github.com/FrameworkComputer/linux-docs/tree/main/MeshAnalyzer#-wifi-mesh-network-analyzer

Creates the wrong ownership, making deleting old logs a hassle.

Workaround is:

sudo chown $USER:$USER ~/.mesh_analyzer/logs

Then logs can be deleted easily. It's on my fix list.

ctsdownloads avatar Jun 19 '25 23:06 ctsdownloads