mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-23 16:53:29 +01:00
Update zigbee2mqtt-install.sh
This commit is contained in:
parent
c610d85314
commit
6974cd4ccb
@ -66,6 +66,9 @@ msg_ok "Set up Zigbee2MQTT Repository"
|
|||||||
msg_info "Installing Zigbee2MQTT"
|
msg_info "Installing Zigbee2MQTT"
|
||||||
cd /opt/zigbee2mqtt &>/dev/null
|
cd /opt/zigbee2mqtt &>/dev/null
|
||||||
npm ci &>/dev/null
|
npm ci &>/dev/null
|
||||||
|
msg_ok "Installed Zigbee2MQTT"
|
||||||
|
|
||||||
|
msg_info "Creating Service"
|
||||||
service_path="/etc/systemd/system/zigbee2mqtt.service"
|
service_path="/etc/systemd/system/zigbee2mqtt.service"
|
||||||
echo "[Unit]
|
echo "[Unit]
|
||||||
Description=zigbee2mqtt
|
Description=zigbee2mqtt
|
||||||
@ -80,7 +83,7 @@ User=root
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" > $service_path
|
WantedBy=multi-user.target" > $service_path
|
||||||
systemctl enable zigbee2mqtt.service &>/dev/null
|
systemctl enable zigbee2mqtt.service &>/dev/null
|
||||||
msg_ok "Installed Zigbee2MQTT"
|
msg_ok "Created Service"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
if [[ $PASS != $ ]]; then
|
if [[ $PASS != $ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user