minor, remove error message.

This commit is contained in:
neil 2016-07-08 12:29:47 +08:00
parent 4c0d3f1b75
commit b3752e78b6
1 changed files with 0 additions and 4 deletions

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
}