bundles/openhab: backup-client/pre-hooks must not be a list
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-01-24 07:29:36 +01:00
parent b14f5aea58
commit 8a24af27ee
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -29,9 +29,7 @@ defaults = {
}, },
'backup-client': { 'backup-client': {
'pre-hooks': { 'pre-hooks': {
'openhab': [ 'openhab': '/usr/share/openhab/runtime/bin/backup --full\n',
'/usr/share/openhab/runtime/bin/backup --full',
],
}, },
}, },
} }