mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	Merge pull request #730 from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/729 https://github.com…
This commit is contained in:
		
						commit
						52cdedcba0
					
				
							
								
								
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							| @ -3477,7 +3477,10 @@ issue() { | |||||||
|         if [ ! "$usingApache" ]; then |         if [ ! "$usingApache" ]; then | ||||||
|           if webroot_owner=$(_stat "$_currentRoot"); then |           if webroot_owner=$(_stat "$_currentRoot"); then | ||||||
|             _debug "Changing owner/group of .well-known to $webroot_owner" |             _debug "Changing owner/group of .well-known to $webroot_owner" | ||||||
|             chown -R "$webroot_owner" "$_currentRoot/.well-known" |             if ! _exec "chown -R \"$webroot_owner\" \"$_currentRoot/.well-known\""; then | ||||||
|  |               _debug "$(cat "$_EXEC_TEMP_ERR")" | ||||||
|  |               _exec_err >/dev/null 2>&1 | ||||||
|  |             fi | ||||||
|           else |           else | ||||||
|             _debug "not chaning owner/group of webroot" |             _debug "not chaning owner/group of webroot" | ||||||
|           fi |           fi | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user