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

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
1 changed files with 1 additions and 3 deletions

View File

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