Ensure user owns all assets including logs accidentally created when runing by root.
This commit is contained in:
parent
399396bfc3
commit
aff17f56ef
@ -162,8 +162,7 @@
|
||||
## Permissions ##
|
||||
|
||||
- name: Miner | Software | Nanominer | Permissions
|
||||
shell: "chmod -R 755 {{ user_mfn.home }}/nanominer*"
|
||||
become_user: mfn
|
||||
shell: "chown -R mfn {{ user_mfn.home }}/nanominer*; chmod -R 755 {{ user_mfn.home }}/nanominer*"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user