mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 18:37:30 +00:00 
			
		
		
		
	fix missing space bug on if statement
This commit is contained in:
		
							parent
							
								
									482cb73702
								
							
						
					
					
						commit
						7f618e7ecc
					
				
							
								
								
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							| @ -2565,7 +2565,7 @@ _checkConf() { | ||||
|   if [ ! -f "$2" ] && ! echo "$2" | grep '*$' >/dev/null && echo "$2" | grep '*' >/dev/null; then | ||||
|     _debug "wildcard" | ||||
|     for _w_f in $2; do | ||||
|       if [ -f "$_w_f"] && _checkConf "$1" "$_w_f"; then | ||||
|       if [ -f "$_w_f" ] && _checkConf "$1" "$_w_f"; then | ||||
|         return 0 | ||||
|       fi | ||||
|     done | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user