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
0c9c1ae6
Commit
0c9c1ae6
authored
Sep 02, 2020
by
neilpang
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/3140
parent
1f5b6a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
0c9c1ae6
...
@@ -4714,7 +4714,7 @@ $_authorizations_map"
...
@@ -4714,7 +4714,7 @@ $_authorizations_map"
return 1
return 1
fi
fi
if [ -z "$Le_LinkOrder" ]; then
if [ -z "$Le_LinkOrder" ]; then
Le_LinkOrder="$(echo "$responseHeaders" | grep -i '^Location.*$' | _tail_n 1 | tr -d "\r\n" | cut -d ":" -f 2-)"
Le_LinkOrder="$(echo "$responseHeaders" | grep -i '^Location.*$' | _tail_n 1 | tr -d "\r\n
\t
" | cut -d ":" -f 2-)"
fi
fi
_savedomainconf "Le_LinkOrder" "$Le_LinkOrder"
_savedomainconf "Le_LinkOrder" "$Le_LinkOrder"
...
...
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