Explorar el Código

Update zigbee2mqtt-install.sh

tteckster hace 3 años
padre
commit
c16703f78a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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... "