mdegat01 / addon-amr2mqtt

HA Addon which runs rtlamr to read IDM power meter data and send to MQTT broker
MIT License
29 stars 14 forks source link

Fix permissions for s6 v3 and remove fix-attrs.d #70

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

s6 v3 requires all service scripts to be correctly marked as executable, ensure that is so. It has also deprecated fix-attrs.d in favor of setting permissions correctly in the Dockerfile so attempting to do that.