Update pve6_zigbee2mqtt_setup.sh

This commit is contained in:
tteck 2021-08-19 04:27:35 -04:00 committed by GitHub
parent 3aeeb99d9d
commit 598d38f1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"