1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/cluster-glue/cluster-glue.post-install
2011-11-03 15:02:42 +00:00

7 lines
124 B
Bash

#!/bin/sh
chown -R hacluster:haclient /var/lib/heartbeat/cores
chown -R hacluster:haclient /var/lib/heartbeat/lrm
exit 0