mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	Also changing group of .well-known directory
This commit is contained in:
		
							parent
							
								
									4b70d69029
								
							
						
					
					
						commit
						edcbe247cf
					
				
							
								
								
									
										6
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								le.sh
									
									
									
									
									
								
							| @ -538,9 +538,9 @@ issue() { | ||||
|       mkdir -p "$wellknown_path" | ||||
|       echo -n "$keyauthorization" > "$wellknown_path/$token" | ||||
| 
 | ||||
|       webroot_owner=$(stat -c '%U' $Le_Webroot) | ||||
|       _debug "Changing owner of .well-known to $webroot_owner" | ||||
|       chown -R $webroot_owner. "$Le_Webroot/.well-known" | ||||
|       webroot_owner=$(stat -c '%U:%G' $Le_Webroot) | ||||
|       _debug "Changing owner/group of .well-known to $webroot_owner" | ||||
|       chown -R $webroot_owner "$Le_Webroot/.well-known" | ||||
| 
 | ||||
|     fi | ||||
|     wellknown_url="http://$d/.well-known/acme-challenge/$token" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user