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
9ad05e64
Commit
9ad05e64
authored
Nov 18, 2020
by
jakelamotta
Browse files
Removed spaces on empty lines
parent
449f00f9
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_simply.sh
View file @
9ad05e64
...
...
@@ -22,7 +22,6 @@ dns_simply_add() {
_simply_save_config
_debug
"First detect the root zone"
if
!
_get_root
"
$fulldomain
"
;
then
_err
"invalid domain"
return
1
...
...
@@ -37,7 +36,6 @@ dns_simply_add() {
_err
"Could not add DNS record"
return
1
fi
return
0
}
...
...
@@ -244,5 +242,6 @@ _simply_rest() {
_err
"It seems that your api key or accountnumber is not correct."
return
1
fi
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