فهرست منبع

Update zigbee2mqtt-install.sh

tteckster 3 سال پیش
والد
کامیت
c16703f78a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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... "