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
							
								
									694af4aeb1
								
							
						
					
					
						commit
						3e3161c747
					
				| @ -71,7 +71,7 @@ _PDD_get_domain() { | ||||
|     for d in $__all_domains; do | ||||
|       if [ "$d" = "$__t" ]; then | ||||
|         p=$(_math $k - 1) | ||||
|         curSubdomain="$(echo "$fulldomain" | cut -d . -f 1-$p)" | ||||
|         curSubdomain="$(echo "$fulldomain" | cut -d . -f "1-$p")" | ||||
|         echo "$__t" | ||||
|         return | ||||
|       fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user