mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	minor.
This commit is contained in:
		
							parent
							
								
									8d5618c44a
								
							
						
					
					
						commit
						bb276fc985
					
				@ -44,13 +44,13 @@ dns_cx_add() {
 | 
			
		||||
    return 1
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  if [ "$count" == "0" ] ; then
 | 
			
		||||
  if [ "$count" = "0" ] ; then
 | 
			
		||||
    add_record $_domain $_sub_domain $txtvalue
 | 
			
		||||
  else
 | 
			
		||||
    update_record $_domain $_sub_domain $txtvalue
 | 
			
		||||
  fi
 | 
			
		||||
  
 | 
			
		||||
  if [ "$?" == "0" ] ; then
 | 
			
		||||
  if [ "$?" = "0" ] ; then
 | 
			
		||||
    return 0
 | 
			
		||||
  fi
 | 
			
		||||
  return 1
 | 
			
		||||
 | 
			
		||||
@ -44,7 +44,7 @@ dns_dp_add() {
 | 
			
		||||
    return 1
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  if [ "$count" == "0" ] ; then
 | 
			
		||||
  if [ "$count" = "0" ] ; then
 | 
			
		||||
    add_record $_domain $_sub_domain $txtvalue
 | 
			
		||||
  else
 | 
			
		||||
    update_record $_domain $_sub_domain $txtvalue
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user