bundles/matrix-stickerpicker: fix backup paths
This commit is contained in:
parent
b08c9fb5a4
commit
8cfcefcfc4
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'backups': {
|
'backups': {
|
||||||
'paths': '/var/opt/matrix-stickerpicker',
|
'paths': {
|
||||||
|
'/var/opt/matrix-stickerpicker',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'datasets': {
|
'datasets': {
|
||||||
|
|
Loading…
Reference in a new issue