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
9b68a3ef
Unverified
Commit
9b68a3ef
authored
Apr 29, 2019
by
mod242
Committed by
GitHub
Apr 29, 2019
Browse files
Update dns_schlundtech.sh
parent
345d6c56
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_schlundtech.sh
View file @
9b68a3ef
...
@@ -62,8 +62,8 @@ dns_schlundtech_rm() {
...
@@ -62,8 +62,8 @@ dns_schlundtech_rm() {
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