Browse Source

minor, remove error message.

master
neil 8 years ago
parent
commit
b3752e78b6
  1. 4
      acme.sh

4
acme.sh

@ -2002,10 +2002,6 @@ installcert() {
fi
fi
if [ "$_installed" = "0" ] ; then
_err "Nothing to install. You don't specify any parameter."
return 1
fi
}

Loading…
Cancel
Save