mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| chown -R hacluster:haclient /var/lib/heartbeat/cores
 | |
| chown -R hacluster:haclient /var/lib/heartbeat/lrm
 | |
| 
 | |
| exit 0
 | |
| 
 |