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
bb6326f4
Commit
bb6326f4
authored
Jan 31, 2017
by
neilpang
Browse files
fix for solaris
parent
1c22c2f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
bb6326f4
...
@@ -93,7 +93,7 @@ _get_root() {
...
@@ -93,7 +93,7 @@ _get_root() {
fi
fi
if
_contains
"
$response
"
"<Name>
$h
.</Name>"
;
then
if
_contains
"
$response
"
"<Name>
$h
.</Name>"
;
then
hostedzone
=
"
$(
echo
"
$response
"
|
sed
's/<HostedZone>/\n&/g'
|
_egrep_o
"<HostedZone>
.*?
<Name>
$h
.<.Name>.*
?
<.HostedZone>"
)
"
hostedzone
=
"
$(
echo
"
$response
"
| _egrep_o
"<HostedZone>
<Id>[^<]*<.Id>
<Name>
$h
.<.Name>.*<.HostedZone>"
)
"
_debug hostedzone
"
$hostedzone
"
_debug hostedzone
"
$hostedzone
"
if
[
-z
"
$hostedzone
"
]
;
then
if
[
-z
"
$hostedzone
"
]
;
then
_err
"Error, can not get hostedzone."
_err
"Error, can not get hostedzone."
...
...
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