nuriel77 / iri-playbook

IOTA IRI Fullnode Installation Playbook
MIT License
105 stars 24 forks source link

Make chown targets work with symlinks #105

Closed dhughesbc closed 5 years ago

dhughesbc commented 5 years ago

A couple different places call chown -R iri.iri /var/lib/iri but that will do nothing if /var/lib/iri is a symlink to another dir. This PR changes the chown path parameter to /var/lib/iri/target/ so any symlinks will be dereferenced first.