1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-19 04:12:58 +00:00

minor, remove error message.

This commit is contained in:
neil
2016-07-08 12:29:47 +08:00
parent 4c0d3f1b75
commit b3752e78b6
-4
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
}