Commit 383fa840 authored by seidler2547's avatar seidler2547 Committed by Stefan Seidel
Browse files

Remove stray characater

fixes issue where the first listed domain would not work
parent bf8ffade
...@@ -119,7 +119,7 @@ _get_root() { ...@@ -119,7 +119,7 @@ _get_root() {
i=1 i=1
_dns_do_soap getDomainList _dns_do_soap getDomainList
_all_domains="/$(echo "${response}" \ _all_domains="$(echo "${response}" \
| tr -d "\n\r\t " \ | tr -d "\n\r\t " \
| _egrep_o 'domain</key><value[^>]+>[^<]+' \ | _egrep_o 'domain</key><value[^>]+>[^<]+' \
| sed -e 's/^domain<\/key><value[^>]*>//g')" | sed -e 's/^domain<\/key><value[^>]*>//g')"
......
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