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
1546b7e5
Commit
1546b7e5
authored
Jul 26, 2017
by
Ondrej Simek
Browse files
Missing quotes
parent
ff74778d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_he.sh
View file @
1546b7e5
...
...
@@ -126,7 +126,7 @@ _find_zone() {
body
=
"email=
${
HE_Username
}
&pass=
${
HE_Password
}
"
# TODO arrays aren't supported in POSIX sh
_all_zones
=(
$(
_post
$body
"https://dns.he.net/"
\
_all_zones
=(
$(
_post
"
$body
"
"https://dns.he.net/"
\
| _egrep_o
"delete_dom.*name=
\"
[^
\"
]+
\"
value=
\"
[0-9]+"
\
|
cut
-d
'"'
-f
3,5
--output-delimiter
=
":"
)
)
...
...
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