mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 06:02:45 +00:00
Fix error message: show name of missing function
This commit is contained in:
parent
f77f8d2320
commit
4989ff9188
2
le.sh
2
le.sh
@ -765,7 +765,7 @@ issue() {
|
||||
|
||||
addcommand="$Le_Webroot-add"
|
||||
if ! command -v $addcommand ; then
|
||||
_err "It seems that your api file is not correct, it must have a function named: $Le_Webroot"
|
||||
_err "It seems that your api file is not correct, it must have a function named: $Le_Webroot-add"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user