Browse Source

Update zigbee2mqtt-install.sh

tteckster 3 years ago
parent
commit
c16703f78a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/zigbee2mqtt-install.sh

+ 1 - 1
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... "