Browse Source

Merge 4989ff9188 into f89d991d0f

pull/97/merge
kaklakariada 10 years ago
parent
commit
ef1a628aba
  1. 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: $Le_Webroot-add"
return 1 return 1
fi fi

Loading…
Cancel
Save