mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-01 02:34:12 +00:00
fixing shfmt issue
This commit is contained in:
parent
0e93aa3cea
commit
8ac5ae7e56
@ -193,7 +193,7 @@ _cloudhub_rest() {
|
||||
_debug response "$response"
|
||||
_debug _ret "$_ret"
|
||||
|
||||
if [ "$_ret" = "0" ] && { [ "$http_code" -ge 200 ] && [ "$http_code" -le 299 ];}; then
|
||||
if [ "$_ret" = "0" ] && { [ "$http_code" -ge 200 ] && [ "$http_code" -le 299 ]; }; then
|
||||
printf "%s" "$response"
|
||||
return 0
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user