From c16703f78a1df513ee3e5976b31fff181de05555 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 18 Mar 2022 18:56:11 -0400 Subject: [PATCH] Update zigbee2mqtt-install.sh --- setup/zigbee2mqtt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/zigbee2mqtt-install.sh b/setup/zigbee2mqtt-install.sh index ee50d424..d0a50072 100644 --- a/setup/zigbee2mqtt-install.sh +++ b/setup/zigbee2mqtt-install.sh @@ -89,7 +89,7 @@ Restart=always User=root [Install] WantedBy=multi-user.target" > $service_path - +systemctl enable zigbee2mqtt.service &>/dev/null PASS=$(grep -w "root" /etc/shadow | cut -b6); if [[ $PASS != $ ]]; then echo -en "${GN} Customizing Container... "