eole-prometheus/debian/postinst

7 lines
106 B
Plaintext
Raw Normal View History

2019-04-12 10:12:46 +02:00
#!/bin/bash
case "$1" in
configure)
chown grafana:grafana /var/lib/grafana/dashboards
;;
esac