mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-20 05:11:43 +00:00
feat: add comment and configure workflow ci test
This commit is contained in:
parent
671bd1022e
commit
b5653a1c06
@ -106,6 +106,7 @@ _get_root() {
|
||||
return 1
|
||||
}
|
||||
|
||||
# this function add a TXT record
|
||||
_scaleway_create_TXT_record() {
|
||||
txt_zone=$1
|
||||
txt_name=$2
|
||||
@ -121,6 +122,7 @@ _scaleway_create_TXT_record() {
|
||||
fi
|
||||
}
|
||||
|
||||
# this function delete a TXT record based on name and content
|
||||
_scaleway_delete_TXT_record() {
|
||||
txt_zone=$1
|
||||
txt_name=$2
|
||||
|
Loading…
Reference in New Issue
Block a user