mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-21 20:51:41 +00:00
fix: fix shfmt
This commit is contained in:
parent
0cce2d6098
commit
4dba84d09e
@ -105,16 +105,15 @@ dns_huaweicloud_rm() {
|
|||||||
_err "dns_api(dns_huaweicloud): Error removing record."
|
_err "dns_api(dns_huaweicloud): Error removing record."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
################### Private functions below ##################################
|
################### Private functions below ##################################
|
||||||
|
|
||||||
|
|
||||||
# _recursive_rm_record
|
# _recursive_rm_record
|
||||||
# remove all records from the record set
|
# remove all records from the record set
|
||||||
#
|
#
|
||||||
# _token=$1
|
# _token=$1
|
||||||
# _domain=$2
|
# _domain=$2
|
||||||
# _zoneid=$3
|
# _zoneid=$3
|
||||||
|
Loading…
Reference in New Issue
Block a user