Fix zwave_js file permissions issues (#2495)

This commit is contained in:
Raman Gupta
2022-05-24 21:55:32 -04:00
committed by GitHub
parent 5a67d23aeb
commit 30ee139cd6
6 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.60
- Fix permissions issue with startup scripts
## 0.1.59 ## 0.1.59
- Bump Z-Wave JS to 9.3.0 - Bump Z-Wave JS to 9.3.0

View File

@@ -1,5 +1,5 @@
--- ---
version: 0.1.59 version: 0.1.60
slug: zwave_js slug: zwave_js
name: Z-Wave JS name: Z-Wave JS
description: Control a ZWave network with Home Assistant Z-Wave JS description: Control a ZWave network with Home Assistant Z-Wave JS

0
zwave_js/rootfs/etc/cont-init.d/config.sh Normal file → Executable file
View File

0
zwave_js/rootfs/etc/cont-init.d/structure.sh Normal file → Executable file
View File

0
zwave_js/rootfs/etc/services.d/zwave_js/finish Normal file → Executable file
View File

0
zwave_js/rootfs/etc/services.d/zwave_js/run Normal file → Executable file
View File