Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
160513c6
Commit
160513c6
authored
Dec 09, 2022
by
Zachary Peschke
Browse files
Minor grammar fixes for gd
parent
a2af2663
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_gd.sh
View file @
160513c6
...
...
@@ -22,8 +22,8 @@ dns_gd_add() {
if
[
-z
"
$GD_Key
"
]
||
[
-z
"
$GD_Secret
"
]
;
then
GD_Key
=
""
GD_Secret
=
""
_err
"You d
o
n't specify godaddy api key and secret yet."
_err
"Please create you key and try again."
_err
"You d
id
n't specify godaddy api key and secret yet."
_err
"Please create you
r
key and try again."
return
1
fi
...
...
@@ -46,7 +46,7 @@ dns_gd_add() {
fi
if
_contains
"
$response
"
"
$txtvalue
"
;
then
_info
"Th
e
record
is
exist
ing
, skip"
_info
"Th
is
record
already
exist
s
, skip
ping
"
return
0
fi
...
...
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