mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
7 lines
124 B
Bash
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
|
|
|