Fix a bug for 8.3.1

This commit is contained in:
Samson-W 2019-05-08 10:57:50 +08:00
parent a1446eecd7
commit e3245dce49

View File

@ -25,6 +25,7 @@ audit () {
ok "$PACKAGE_R has installed, so pass."
FNRET=0
else
is_pkg_installed $PACKAGE
if [ $FNRET != 0 ]; then
crit "$PACKAGE is not installed!"
FNRET=1