aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cluster-glue/cluster-glue.post-install
blob: da7c4fe93eae38bade42136fffa8452b8b94a8fb (plain)
1
2
3
4
5
6
7
#!/bin/sh

chown -R hacluster:haclient /var/lib/heartbeat/cores
chown -R hacluster:haclient /var/lib/heartbeat/lrm

exit 0