Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d6eebf82
Commit
d6eebf82
authored
Jun 23, 2022
by
Bjarke Bruun
Browse files
Removed a few empty lines
parent
688a2341
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dnsservices.sh
View file @
d6eebf82
...
@@ -170,7 +170,6 @@ _get_root() {
...
@@ -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() {
...
@@ -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() {
...
@@ -235,5 +233,4 @@ deleteRecord() {
# Return OK regardless
# Return OK regardless
return
0
return
0
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment