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
5e751918
Unverified
Commit
5e751918
authored
Apr 07, 2022
by
neil
Committed by
GitHub
Apr 07, 2022
Browse files
Merge pull request #4020 from sjau/dns_ispconfig_typo
dns_ispconfig: add missing brackets
parents
6a90856f
40e7eca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ispconfig.sh
View file @
5e751918
...
@@ -32,7 +32,7 @@ dns_ispconfig_rm() {
...
@@ -32,7 +32,7 @@ dns_ispconfig_rm() {
#################### Private functions below ##################################
#################### Private functions below ##################################
_ISPC_credentials
()
{
_ISPC_credentials
()
{
if
[
-z
"
${
ISPC_User
}
"
]
||
[
-z
"
$ISPC_Password
"
]
||
[
-z
"
${
ISPC_Api
}
"
]
||
[
-z
"
${
ISPC_Api_Insecure
}
"
]
;
then
if
[
-z
"
${
ISPC_User
}
"
]
||
[
-z
"
$
{
ISPC_Password
}
"
]
||
[
-z
"
${
ISPC_Api
}
"
]
||
[
-z
"
${
ISPC_Api_Insecure
}
"
]
;
then
ISPC_User
=
""
ISPC_User
=
""
ISPC_Password
=
""
ISPC_Password
=
""
ISPC_Api
=
""
ISPC_Api
=
""
...
...
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