You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folder structure for a newly-created or self-repaired persistent
store assumes ownership of id 1883 (which is "mosquitto" inside the
container) and file/folder modes copied from the `iotstack_defaults`
folder hierarchy.
Investigations during #731 revealed that Mosquitto now wants the
password file to be owned by root with a mode of 600.
Although the mode requirement could be accommodated by changing the
`iotstack_defaults` structure, the ownership requirement can't be met
that way.
This fix adds the necessary `chown` and `chmod` commands to the
entry-point script.
Signed-off-by: Phill Kelley <[email protected]>
0 commit comments