1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-24 06:42:55 +00:00

Fix error message for missing dos api function

This commit is contained in:
kaklakariada
2016-03-11 18:00:52 +01:00
parent 065c8bd4c2
commit 0705f65336
+1 -1
View File
@@ -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: $Le_Webroot-add"
return 1 return 1
fi fi