Browse Source

Fix error message for missing dos api function

pull/98/head
kaklakariada 9 years ago
parent
commit
0705f65336
  1. 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

Loading…
Cancel
Save