Ensure user owns all assets including logs accidentally created when runing by root.

This commit is contained in:
Hyperling 2021-02-15 20:02:18 -06:00
parent 399396bfc3
commit aff17f56ef

View File

@ -162,8 +162,7 @@
## Permissions ## ## Permissions ##
- name: Miner | Software | Nanominer | Permissions - name: Miner | Software | Nanominer | Permissions
shell: "chmod -R 755 {{ user_mfn.home }}/nanominer*" shell: "chown -R mfn {{ user_mfn.home }}/nanominer*; chmod -R 755 {{ user_mfn.home }}/nanominer*"
become_user: mfn