mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-31 01:24:58 +02:00
Fix a bug for 8.3.1
This commit is contained in:
parent
a1446eecd7
commit
e3245dce49
@ -25,6 +25,7 @@ audit () {
|
|||||||
ok "$PACKAGE_R has installed, so pass."
|
ok "$PACKAGE_R has installed, so pass."
|
||||||
FNRET=0
|
FNRET=0
|
||||||
else
|
else
|
||||||
|
is_pkg_installed $PACKAGE
|
||||||
if [ $FNRET != 0 ]; then
|
if [ $FNRET != 0 ]; then
|
||||||
crit "$PACKAGE is not installed!"
|
crit "$PACKAGE is not installed!"
|
||||||
FNRET=1
|
FNRET=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user