mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 19:32: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
|
||||
dns_20i_add() {
|
||||
local fulldomain=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user