dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

chore: fix logs dir permissions #574

Closed strophy closed 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

It wasn't possible for non-dashmate users to create files in the logs dir, causing dashmate containers to fail to come up

What was done?

Make logs dir writeable and listable for all users

How Has This Been Tested?

On testnet

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only