Przeglądaj źródła

Update homebridge-install.sh

tteckster 3 lat temu
rodzic
commit
f3b1cf7543
1 zmienionych plików z 1 dodań i 1 usunięć
  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... "