mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 22:51:39 +00:00
Merge pull request #98 from hamstercommunity/fix-missing-dns-function-message
Fix missing dns function message
This commit is contained in:
commit
06a3d85984
2
le.sh
2
le.sh
@ -776,7 +776,7 @@ issue() {
|
|||||||
|
|
||||||
addcommand="$Le_Webroot-add"
|
addcommand="$Le_Webroot-add"
|
||||||
if ! command -v $addcommand ; then
|
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: $addcommand"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user