Fix snapshot exclude (#1731)

This commit is contained in:
Joakim Sørensen
2020-12-28 16:09:33 +01:00
committed by GitHub
parent d0cfdcee88
commit e38acced5d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.6.2
- Fixes issues where the `otau` directory was not excluded from snapshots
## 6.6.1
- Small cleanup with s6-overlay

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "6.6.1",
"version": "6.6.2",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],
@@ -30,7 +30,7 @@
"apparmor": false,
"privileged": ["SYS_MODULE", "SYS_RAWIO"],
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"],
"snapshot_exclude": ["/data/otau/*"],
"snapshot_exclude": ["*/otau"],
"options": {
"device": null
},