eole-prometheus/debian/postinst

7 lines
106 B
Plaintext
Raw Normal View History

2019-03-08 15:31:03 +01:00
#!/bin/bash
case "$1" in
configure)
chown grafana:grafana /var/lib/grafana/dashboards
;;
esac