Skip to content

Commit

Permalink
Update pve6_zigbee2mqtt_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tteck authored Aug 19, 2021
1 parent 3aeeb99 commit 598d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pve6_zigbee2mqtt_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ apt-get -qqy install \
# Install zigbee2mqtt
msg "Installing Zigbee2MQTT..."
cd /opt/zigbee2mqtt &>/dev/null
npm ci --production &>/dev/null
npm ci &>/dev/null

echo "Creating service file zigbee2mqtt.service"
service_path="/etc/systemd/system/zigbee2mqtt.service"
Expand Down

0 comments on commit 598d38f

Please sign in to comment.