I did at first, and I noticed that the pwfile wasn't root. So, I added a shell command to enable permission to the pwfile.
README.md file:
line 215, 216
Warning: File /mosquitto/config/pwfile owner is not root. Future versions will refuse to load this file.To fix this, use chown root /mosquitto/config/pwfile.Warning: File /mosquitto/config/pwfile group is not root. Future versions will refuse to load this file./mosquitto/config #
I did at first, and I noticed that the pwfile wasn't root. So, I added a shell command to enable permission to the pwfile.
README.md file: line 215, 216
Warning: File /mosquitto/config/pwfile owner is not root. Future versions will refuse to load this file.To fix this, use
chown root /mosquitto/config/pwfile
.Warning: File /mosquitto/config/pwfile group is not root. Future versions will refuse to load this file./mosquitto/config #