mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-30 01:34:24 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| set -Eeuo pipefail
 | |
| 
 | |
| find services -name "*.sh" -exec git update-index --chmod=+x {} \;
 |