Commit Graph

25 Commits (6652138d3e2965ddadfbfd9d385e98973f7a4cc0)

Author SHA1 Message Date
neil dd6c067832 fix format 5 years ago
Maarten den Braber f03904ebce change to --output QUIET 5 years ago
Maarten den Braber 036a37e351 Nullify output from lexicon_cmd to prevent getting wrong return codes 5 years ago
neilpang d795fac37a update repo name 5 years ago
Silvan Raijer f174d7dd39
dns_lexicon.sh: Add extra variable _API_KEY 5 years ago
Jens Reimann b23718f3ad Add support for additional Lexicon options 7 years ago
Oldřich Jedlička 4369402855 Cleaned-up shellcheck warnings. 7 years ago
Old?ich Jedli?ka 0366e8758c Added reading of stored config. 7 years ago
Old?ich Jedli?ka 8d230dd798 Added dns_lexicon_rm command.
Remove created TXT record when finished. Works with lexicon version 2.3.0
and later.
7 years ago
neilpang e6e85b0c55 secure debug message 8 years ago
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
Bastian Bittorf 800f02ba38 dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021:
"Don't use [] around ranges in tr, it replaces literal square brackets."

this introduces another warning:
"Use '[:lower:]' to support accents and foreign alphabets."

This is more a style thingy because we really want to only catch A-Z.
work around this by using a shellcheck-directive and a comment
that the [:lower:] will not work with e.g. busybox-ash.

if we later really want to use [:lower:], we should use 'sed' for that.
8 years ago
neilpang a8c6111197 fix shellcheck warnings 8 years ago
neilpang 3de8570022 fix shellcheck warnings. 8 years ago
neilpang a0311b0134 fix for shellcheck warnings 8 years ago
neilpang 422e5026d6 fix shellcheck warnings 8 years ago
neilpang e9f9f515bd fix shellcheck warnings. 8 years ago
neilpang c7b8f223ee fix for solaris tr 8 years ago
neilpang a0636d5a87 fix shellcheck warnings. 8 years ago
neilpang c7b16249b8 fix shellcheck warnings 8 years ago
neilpang 4c2a384159 Add shfmt to format source code 8 years ago
neilpang 5d6fd8099f add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
8 years ago
neil bf233fbd48 minor 9 years ago
root 9bf69d30e0 exec mode 9 years ago
neil 218dc3390f support lexicon dns api 9 years ago