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
345d6c56
Unverified
Commit
345d6c56
authored
Apr 29, 2019
by
mod242
Committed by
GitHub
Apr 29, 2019
Browse files
Update dns_schlundtech.sh
parent
5b1b5cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_schlundtech.sh
View file @
345d6c56
...
@@ -21,8 +21,8 @@ dns_schlundtech_add() {
...
@@ -21,8 +21,8 @@ dns_schlundtech_add() {
fulldomain
=
"
$1
"
fulldomain
=
"
$1
"
txtvalue
=
"
$2
"
txtvalue
=
"
$2
"
SCHLUNDTECH_USER
=
"
${
SCHLUNDTECH_USER
:-
$(
_readaccountconf_mutable
AUTODNS
_USER
)
}
"
SCHLUNDTECH_USER
=
"
${
SCHLUNDTECH_USER
:-
$(
_readaccountconf_mutable
SCHLUNDTECH
_USER
)
}
"
SCHLUNDTECH_PASSWORD
=
"
${
SCHLUNDTECH_PASSWORD
:-
$(
_readaccountconf_mutable
AUTODNS
_PASSWORD
)
}
"
SCHLUNDTECH_PASSWORD
=
"
${
SCHLUNDTECH_PASSWORD
:-
$(
_readaccountconf_mutable
SCHLUNDTECH
_PASSWORD
)
}
"
if
[
-z
"
$SCHLUNDTECH_USER
"
]
||
[
-z
"
$SCHLUNDTECH_PASSWORD
"
]
;
then
if
[
-z
"
$SCHLUNDTECH_USER
"
]
||
[
-z
"
$SCHLUNDTECH_PASSWORD
"
]
;
then
_err
"You didn't specify schlundtech user and password."
_err
"You didn't specify schlundtech user and password."
...
...
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