Browse Source

Update homebridge-install.sh

tteckster 3 năm trước cách đây
mục cha
commit
f3b1cf7543
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup/homebridge-install.sh

+ 1 - 1
setup/homebridge-install.sh

@@ -72,7 +72,7 @@ sudo npm install -g --unsafe-perm homebridge homebridge-config-ui-x &>/dev/null
 echo -e "${CM}${CL} \r"
 
 echo -en "${GN} Creating Homebridge Service... "
-sudo hb-service install --user root &>/dev/null
+sudo hb-service install --user homebridge &>/dev/null
 echo -e "${CM}${CL} \r"
 
 echo -en "${GN} Customizing Container... "