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
f627a028
Commit
f627a028
authored
Jun 01, 2021
by
neil
Browse files
add error message
parent
5f9daa66
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
f627a028
...
@@ -2538,7 +2538,7 @@ _initAPI() {
...
@@ -2538,7 +2538,7 @@ _initAPI() {
response=$(_get "$_api_server")
response=$(_get "$_api_server")
if [ "$?" != "0" ]; then
if [ "$?" != "0" ]; then
_debug2 "response" "$response"
_debug2 "response" "$response"
_err "Can not init api."
_err "Can not init api
for: $_api_server
."
return 1
return 1
fi
fi
response=$(echo "$response" | _json_decode)
response=$(echo "$response" | _json_decode)
...
...
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