mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-31 01:24:58 +02:00
Modify hardening.sh
This commit is contained in:
parent
eec92f5d36
commit
4f01ec6289
@ -245,7 +245,8 @@ for SCRIPT in $(ls $CIS_ROOT_DIR/bin/hardening/*.sh -v); do
|
|||||||
esac
|
esac
|
||||||
if [ $SCRIPT_EXITCODE -eq 3 ]; then
|
if [ $SCRIPT_EXITCODE -eq 3 ]; then
|
||||||
{
|
{
|
||||||
debug "$SCRIPT maybe is nonexist service in this system"
|
warn "$SCRIPT maybe is nonexist service or nonexist file in this system"
|
||||||
|
TOTAL_CHECKS=$((TOTAL_CHECKS+1))
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user