mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-02 18:54:48 +08:00
Fix error message for missing dos api function
This commit is contained in:
2
le.sh
2
le.sh
@@ -776,7 +776,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user