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