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
577f4e0c
Unverified
Commit
577f4e0c
authored
Jan 11, 2023
by
neil
Committed by
GitHub
Jan 11, 2023
Browse files
Merge pull request #4430 from zpeschke/gd_grammar
Minor grammar fixes for gd
parents
e2f05f3f
160513c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_gd.sh
View file @
577f4e0c
...
...
@@ -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