mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 04:42:44 +00:00
fixed
This commit is contained in:
parent
ca63b8a502
commit
ea1f45746e
@ -16,20 +16,6 @@ _post() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Helper function to parse arguments
|
|
||||||
_parse_arguments() {
|
|
||||||
for arg in "$@"; do
|
|
||||||
case "$arg" in
|
|
||||||
--bearer=*)
|
|
||||||
_bearer="${arg#*=}"
|
|
||||||
;;
|
|
||||||
--debug)
|
|
||||||
debug=true
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
# Add a TXT record to 20i DNS
|
# Add a TXT record to 20i DNS
|
||||||
dns_20i_add() {
|
dns_20i_add() {
|
||||||
local fulldomain=$1
|
local fulldomain=$1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user