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
5d8d217a
Commit
5d8d217a
authored
Mar 18, 2018
by
neilpang
Browse files
add more debug info
parent
f2aa5c02
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
5d8d217a
...
@@ -3247,6 +3247,7 @@ _regAccount() {
...
@@ -3247,6 +3247,7 @@ _regAccount() {
return 1
return 1
fi
fi
_debug2 responseHeaders "$responseHeaders"
_accUri="$(echo "$responseHeaders" | grep "^Location:" | _head_n 1 | cut -d ' ' -f 2 | tr -d "\r\n")"
_accUri="$(echo "$responseHeaders" | grep "^Location:" | _head_n 1 | cut -d ' ' -f 2 | tr -d "\r\n")"
_debug "_accUri" "$_accUri"
_debug "_accUri" "$_accUri"
_savecaconf "ACCOUNT_URL" "$_accUri"
_savecaconf "ACCOUNT_URL" "$_accUri"
...
...
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