-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6597d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ciotlosm In reference to this commit's change from
/dev/ttyZ2M
to/share/zigbee2mqtt
to fix #24 . Given the/share/zigbee2mqtt/
directory is used for data, logging and configuration. It might make sense to expose the serial device from/tmp/ttyZ2M
instead? The user shouldn't have access to atty
device from their configuration folder. It also is temporary in the sense its recreated every time the container is loaded.6597d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tip, i've released 1.71.1-4 with /tmp path instead.