mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	fix shellcheck warnings.
This commit is contained in:
		
							parent
							
								
									e9f9f515bd
								
							
						
					
					
						commit
						69925ce823
					
				| @ -189,7 +189,7 @@ _rest() { | ||||
|   _H4="Content-Type: application/json" | ||||
| 
 | ||||
|   if [ "$data" ]; then | ||||
|     response="$(_post "$data" "$url" "" $m)" | ||||
|     response="$(_post "$data" "$url" "" "$m")" | ||||
|   else | ||||
|     response="$(_get "$url")" | ||||
|   fi | ||||
|  | ||||
| @ -102,7 +102,7 @@ _gd_rest() { | ||||
| 
 | ||||
|   if [ "$data" ]; then | ||||
|     _debug data "$data" | ||||
|     response="$(_post "$data" "$GD_Api/$ep" "" $m)" | ||||
|     response="$(_post "$data" "$GD_Api/$ep" "" "$m")" | ||||
|   else | ||||
|     response="$(_get "$GD_Api/$ep")" | ||||
|   fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user