mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 09:04:22 +08:00
Removed a few empty lines
This commit is contained in:
@@ -170,7 +170,6 @@ _get_root() {
|
|||||||
|
|
||||||
_debug _get_root "Found valid root domain $rootZone for $subDomainNameClean"
|
_debug _get_root "Found valid root domain $rootZone for $subDomainNameClean"
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
createRecord() {
|
createRecord() {
|
||||||
@@ -199,7 +198,6 @@ createRecord() {
|
|||||||
|
|
||||||
_info "Record \"$fulldomain TXT $txtvalue\" has been created"
|
_info "Record \"$fulldomain TXT $txtvalue\" has been created"
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteRecord() {
|
deleteRecord() {
|
||||||
@@ -235,5 +233,4 @@ deleteRecord() {
|
|||||||
|
|
||||||
# Return OK regardless
|
# Return OK regardless
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user