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
6b18b3df
Unverified
Commit
6b18b3df
authored
Jan 03, 2022
by
neil
Committed by
GitHub
Jan 03, 2022
Browse files
Merge pull request #3868 from vktg/ispconfigargsfix
DNS-ISPConfig ISPC_Api_Insecure argument check fix
parents
fcebed19
424cc46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ispconfig.sh
View file @
6b18b3df
...
@@ -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
}
"
]
||
[
-
n
"
${
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