Commit 1546b7e5 authored by Ondrej Simek's avatar Ondrej Simek
Browse files

Missing quotes

parent ff74778d
......@@ -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=":"
))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment