mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	fix format
This commit is contained in:
		
							parent
							
								
									58e4d337e4
								
							
						
					
					
						commit
						c719a61ea7
					
				
							
								
								
									
										22
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								acme.sh
									
									
									
									
									
								
							| @ -2842,17 +2842,17 @@ _on_issue_err() { | |||||||
|   #trigger the validation to flush the pending authz |   #trigger the validation to flush the pending authz | ||||||
|   if [ "$_chk_vlist" ]; then |   if [ "$_chk_vlist" ]; then | ||||||
|     ( |     ( | ||||||
|     _debug2 "_chk_vlist" "$_chk_vlist" |       _debug2 "_chk_vlist" "$_chk_vlist" | ||||||
|     _debug2 "start to deactivate authz" |       _debug2 "start to deactivate authz" | ||||||
|     ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ') |       ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ') | ||||||
|     for ventry in $ventries; do |       for ventry in $ventries; do | ||||||
|       d=$(echo "$ventry" | cut -d "$sep" -f 1) |         d=$(echo "$ventry" | cut -d "$sep" -f 1) | ||||||
|       keyauthorization=$(echo "$ventry" | cut -d "$sep" -f 2) |         keyauthorization=$(echo "$ventry" | cut -d "$sep" -f 2) | ||||||
|       uri=$(echo "$ventry" | cut -d "$sep" -f 3) |         uri=$(echo "$ventry" | cut -d "$sep" -f 3) | ||||||
|       vtype=$(echo "$ventry" | cut -d "$sep" -f 4) |         vtype=$(echo "$ventry" | cut -d "$sep" -f 4) | ||||||
|       _currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5) |         _currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5) | ||||||
|       __trigger_validaton "$uri" "$keyauthorization" |         __trigger_validaton "$uri" "$keyauthorization" | ||||||
|     done |       done | ||||||
|     ) |     ) | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user