- Notifications
You must be signed in to change notification settings - Fork43
Open
Description
Issue with logs directory forhttps://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.