From 5daca675cf34ab56e6a9ab17a88cce4081261e73 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 2 Nov 2022 20:21:13 -0400 Subject: [PATCH] Update homeassistant-v4.sh add /dev/ttyUSB1 --- ct/homeassistant-v4.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homeassistant-v4.sh b/ct/homeassistant-v4.sh index 8d8b9464..77b128df 100644 --- a/ct/homeassistant-v4.sh +++ b/ct/homeassistant-v4.sh @@ -264,6 +264,7 @@ lxc.cgroup2.devices.allow: c 188:* rwm lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file +lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=file lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file EOF