Ver Fonte

Update homebridge-install.sh

tteckster há 3 anos atrás
pai
commit
f3b1cf7543
1 ficheiros alterados com 1 adições e 1 exclusões
  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... "