bundles/{grafana,influxdb2}: fix more permissions
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-20 13:33:28 +02:00
parent 72d91767ec
commit 8301664d9a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@ directories = {
'/var/lib/influxdb': {
'owner': 'influxdb',
'group': 'influxdb',
'mode': '0750',
'mode': '0755',
'needs': {
'pkg_apt:influxdb2',
},