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
1f7df33e
Commit
1f7df33e
authored
Feb 13, 2018
by
neilpang
Browse files
fix format
parent
64821ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
1f7df33e
...
@@ -3444,8 +3444,7 @@ issue() {
...
@@ -3444,8 +3444,7 @@ issue() {
else
else
_cleardomainconf
"Le_ChallengeAlias"
_cleardomainconf
"Le_ChallengeAlias"
fi
fi
Le_API
=
"
$ACME_DIRECTORY
"
Le_API
=
"
$ACME_DIRECTORY
"
_savedomainconf
"Le_API"
"
$Le_API
"
_savedomainconf
"Le_API"
"
$Le_API
"
...
@@ -3662,7 +3661,7 @@ $_authorizations_map"
...
@@ -3662,7 +3661,7 @@ $_authorizations_map"
#add entry
#add entry
dnsadded
=
""
dnsadded
=
""
ventries
=
$(
echo
"
$vlist
"
|
tr
"
$dvsep
"
' '
)
ventries
=
$(
echo
"
$vlist
"
|
tr
"
$dvsep
"
' '
)
_alias_index
=
1
;
_alias_index
=
1
for
ventry
in
$ventries
;
do
for
ventry
in
$ventries
;
do
d
=
$(
echo
"
$ventry
"
|
cut
-d
"
$sep
"
-f
1
)
d
=
$(
echo
"
$ventry
"
|
cut
-d
"
$sep
"
-f
1
)
keyauthorization
=
$(
echo
"
$ventry
"
|
cut
-d
"
$sep
"
-f
2
)
keyauthorization
=
$(
echo
"
$ventry
"
|
cut
-d
"
$sep
"
-f
2
)
...
@@ -5689,7 +5688,7 @@ _process() {
...
@@ -5689,7 +5688,7 @@ _process() {
cvalue
=
"
$DNS_ALIAS_PREFIX$2
"
cvalue
=
"
$DNS_ALIAS_PREFIX$2
"
_challenge_alias
=
"
$_challenge_alias$cvalue
,"
_challenge_alias
=
"
$_challenge_alias$cvalue
,"
shift
shift
;;
;;
--standalone
)
--standalone
)
wvalue
=
"
$NO_VALUE
"
wvalue
=
"
$NO_VALUE
"
if
[
-z
"
$_webroot
"
]
;
then
if
[
-z
"
$_webroot
"
]
;
then
...
...
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