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
383fa840
Commit
383fa840
authored
Jan 19, 2017
by
seidler2547
Committed by
Stefan Seidel
Feb 23, 2017
Browse files
Remove stray characater
fixes issue where the first listed domain would not work
parent
bf8ffade
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_do.sh
View file @
383fa840
...
@@ -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'
)
"
...
...
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