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
75191e71
Commit
75191e71
authored
Jul 31, 2019
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/2417
parent
b9b2cd27
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
75191e71
...
@@ -5932,8 +5932,11 @@ _send_notify() {
...
@@ -5932,8 +5932,11 @@ _send_notify() {
_send_err=0
_send_err=0
for _n_hook in $(echo "$_nhooks" | tr ',' " "); do
for _n_hook in $(echo "$_nhooks" | tr ',' " "); do
_n_hook_file="$(_findHook "" $_SUB_FOLDER_NOTIFY "$_n_hook")"
_n_hook_file="$(_findHook "" $_SUB_FOLDER_NOTIFY "$_n_hook")"
_info "Found $_n_hook_file"
_info "Found $_n_hook_file for $_n_hook"
if [ -z "$_n_hook_file" ]; then
_err "Can not find the hook file for $_n_hook"
continue
fi
if ! (
if ! (
if ! . "$_n_hook_file"; then
if ! . "$_n_hook_file"; then
_err "Load file $_n_hook_file error. Please check your api file and try again."
_err "Load file $_n_hook_file error. Please check your api file and try again."
...
...
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