1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 01:46:11 +00:00

minor, remove error message.

This commit is contained in:
neil 2016-07-08 12:29:47 +08:00
parent 4c0d3f1b75
commit b3752e78b6

View File

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