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
							
								
									01cc2e13d8
								
							
						
					
					
						commit
						0170c20e9a
					
				| @ -78,7 +78,6 @@ _ovh_get_api() { | |||||||
|   esac |   esac | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| _initAuth() { | _initAuth() { | ||||||
|   if [ -z "$OVH_AK" ] || [ -z "$OVH_AS" ]; then |   if [ -z "$OVH_AK" ] || [ -z "$OVH_AS" ]; then | ||||||
|     OVH_AK="" |     OVH_AK="" | ||||||
| @ -181,7 +180,7 @@ dns_ovh_rm() { | |||||||
|     return 1 |     return 1 | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   for rid in $(echo "$response" | tr '[,]' '   '); do |   for rid in $(echo "$response" | tr '][,' '   '); do | ||||||
|     _debug rid "$rid" |     _debug rid "$rid" | ||||||
|     if ! _ovh_rest GET "domain/zone/$_domain/record/$rid"; then |     if ! _ovh_rest GET "domain/zone/$_domain/record/$rid"; then | ||||||
|       return 1 |       return 1 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user