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
a8c61111
Commit
a8c61111
authored
Nov 12, 2016
by
neilpang
Browse files
fix shellcheck warnings
parent
3de85700
Changes
2
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_lexicon.sh
View file @
a8c61111
...
@@ -31,7 +31,7 @@ dns_lexicon_add() {
...
@@ -31,7 +31,7 @@ dns_lexicon_add() {
export
PROVIDER
export
PROVIDER
Lx_name
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_USERNAME |
tr
'[a-z]'
'[A-Z]'
)
Lx_name
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_USERNAME |
tr
'[a-z]'
'[A-Z]'
)
Lx_name_v
=
$(
eval
"
echo
"
\$
"
$Lx_name
"
""
)
Lx_name_v
=
$(
eval echo
\$
"
$Lx_name
"
)
_debug
"
$Lx_name
"
"
$Lx_name_v
"
_debug
"
$Lx_name
"
"
$Lx_name_v
"
if
[
"
$Lx_name_v
"
]
;
then
if
[
"
$Lx_name_v
"
]
;
then
_saveaccountconf
"
$Lx_name
"
"
$Lx_name_v
"
_saveaccountconf
"
$Lx_name
"
"
$Lx_name_v
"
...
@@ -39,7 +39,7 @@ dns_lexicon_add() {
...
@@ -39,7 +39,7 @@ dns_lexicon_add() {
fi
fi
Lx_token
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_TOKEN |
tr
'[a-z]'
'[A-Z]'
)
Lx_token
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_TOKEN |
tr
'[a-z]'
'[A-Z]'
)
Lx_token_v
=
$(
eval
"
echo
"
\$
"
$Lx_token
"
""
)
Lx_token_v
=
$(
eval echo
\$
"
$Lx_token
"
)
_debug
"
$Lx_token
"
"
$Lx_token_v
"
_debug
"
$Lx_token
"
"
$Lx_token_v
"
if
[
"
$Lx_token_v
"
]
;
then
if
[
"
$Lx_token_v
"
]
;
then
_saveaccountconf
"
$Lx_token
"
"
$Lx_token_v
"
_saveaccountconf
"
$Lx_token
"
"
$Lx_token_v
"
...
@@ -47,7 +47,7 @@ dns_lexicon_add() {
...
@@ -47,7 +47,7 @@ dns_lexicon_add() {
fi
fi
Lx_password
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_PASSWORD |
tr
'[a-z]'
'[A-Z]'
)
Lx_password
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_PASSWORD |
tr
'[a-z]'
'[A-Z]'
)
Lx_password_v
=
$(
eval
"
echo
"
\$
"
$Lx_password
"
""
)
Lx_password_v
=
$(
eval echo
\$
"
$Lx_password
"
)
_debug
"
$Lx_password
"
"
$Lx_password_v
"
_debug
"
$Lx_password
"
"
$Lx_password_v
"
if
[
"
$Lx_password_v
"
]
;
then
if
[
"
$Lx_password_v
"
]
;
then
_saveaccountconf
"
$Lx_password
"
"
$Lx_password_v
"
_saveaccountconf
"
$Lx_password
"
"
$Lx_password_v
"
...
@@ -55,7 +55,7 @@ dns_lexicon_add() {
...
@@ -55,7 +55,7 @@ dns_lexicon_add() {
fi
fi
Lx_domaintoken
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_DOMAINTOKEN |
tr
'[a-z]'
'[A-Z]'
)
Lx_domaintoken
=
$(
echo
LEXICON_
"
${
PROVIDER
}
"
_DOMAINTOKEN |
tr
'[a-z]'
'[A-Z]'
)
Lx_domaintoken_v
=
$(
eval
"
echo
"
\$
"
$Lx_domaintoken
"
""
)
Lx_domaintoken_v
=
$(
eval echo
\$
"
$Lx_domaintoken
"
)
_debug
"
$Lx_domaintoken
"
"
$Lx_domaintoken_v
"
_debug
"
$Lx_domaintoken
"
"
$Lx_domaintoken_v
"
if
[
"
$Lx_domaintoken_v
"
]
;
then
if
[
"
$Lx_domaintoken_v
"
]
;
then
eval export
"
$Lx_domaintoken
"
eval export
"
$Lx_domaintoken
"
...
...
dnsapi/dns_lua.sh
View file @
a8c61111
...
@@ -18,6 +18,8 @@ dns_lua_add() {
...
@@ -18,6 +18,8 @@ dns_lua_add() {
txtvalue
=
$2
txtvalue
=
$2
if
[
-z
"
$LUA_Key
"
]
||
[
-z
"
$LUA_Email
"
]
;
then
if
[
-z
"
$LUA_Key
"
]
||
[
-z
"
$LUA_Email
"
]
;
then
LUA_Key
=
""
LUA_Email
=
""
_err
"You don't specify luadns api key and email yet."
_err
"You don't specify luadns api key and email yet."
_err
"Please create you key and try again."
_err
"Please create you key and try again."
return
1
return
1
...
...
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