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
66b2d496
Unverified
Commit
66b2d496
authored
Jun 01, 2022
by
neil
Committed by
GitHub
Jun 01, 2022
Browse files
Merge pull request #4116 from rbelnap/dns_namecheap_error_fix
Dns namecheap error fix
parents
993c187e
444a0282
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_namecheap.sh
View file @
66b2d496
...
@@ -259,7 +259,7 @@ _set_namecheap_TXT() {
...
@@ -259,7 +259,7 @@ _set_namecheap_TXT() {
_debug hosts
"
$hosts
"
_debug hosts
"
$hosts
"
if
[
-z
"
$hosts
"
]
;
then
if
[
-z
"
$hosts
"
]
;
then
_err
or
"Hosts not found"
_err
"Hosts not found"
return
1
return
1
fi
fi
...
@@ -313,7 +313,7 @@ _del_namecheap_TXT() {
...
@@ -313,7 +313,7 @@ _del_namecheap_TXT() {
_debug hosts
"
$hosts
"
_debug hosts
"
$hosts
"
if
[
-z
"
$hosts
"
]
;
then
if
[
-z
"
$hosts
"
]
;
then
_err
or
"Hosts not found"
_err
"Hosts not found"
return
1
return
1
fi
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