-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support hosttech.eu/hosttech.ch #4875
base: dev
Are you sure you want to change the base?
Conversation
Welcome |
@Neilpang Hi, This pull request has been available for almost a year now and has not yet been merged. Is there something missing from my side? |
_debug recordID "$(echo "$_response" | grep -o '"id":[^"]*' | grep -Po "\d+")" | ||
|
||
#save the created recordID to the account conf file, so we can read it back for deleting in dns_hosttech_rm. | ||
_saveaccountconf recordID "$(echo "$_response" | grep -o '"id":[^"]*' | grep -Po "\d+")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't save it.
you should be quering the recordId when you are about to delete the records.
# _domain=domain.com | ||
_get_root() { | ||
domain=$1 | ||
i=2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i starts from 1
https://github.com/baerengraben/acme.sh/actions/runs/6914096037