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
f2c6e3f6
Commit
f2c6e3f6
authored
Jun 13, 2019
by
AndreyIsakov
Browse files
dnsapi for regru: replace echo by _info()
parent
487d2a92
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_regru.sh
View file @
f2c6e3f6
...
...
@@ -41,8 +41,8 @@ dns_regru_add() {
dns_regru_rm
()
{
fulldomain
=
$1
txtvalue
=
$2
ech
o
'RM-ONE '
"
$1
"
ech
o
'RM-TWO '
"
$2
"
_inf
o
'RM-ONE '
"
$1
"
_inf
o
'RM-TWO '
"
$2
"
REGRU_API_Username
=
"
${
REGRU_API_Username
:-
$(
_readaccountconf_mutable REGRU_API_Username
)
}
"
REGRU_API_Password
=
"
${
REGRU_API_Password
:-
$(
_readaccountconf_mutable REGRU_API_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