Merge b03556b524 into f7f8ea9b97
This commit is contained in:
commit
70a94b8289
2
acme.sh
2
acme.sh
@ -3957,6 +3957,8 @@ _findHook() {
|
||||
d_api="$LE_WORKING_DIR/$_hookcat/$_hookname"
|
||||
elif [ -f "$LE_WORKING_DIR/$_hookcat/$_hookname.sh" ]; then
|
||||
d_api="$LE_WORKING_DIR/$_hookcat/$_hookname.sh"
|
||||
elif [ -f "$_hookcat/$_hookname.sh" ]; then
|
||||
d_api="$_hookcat/$_hookname.sh"
|
||||
fi
|
||||
|
||||
printf "%s" "$d_api"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user