mirror of https://github.com/CISOfy/lynis.git
Combine multiple unsets into a single command
This commit is contained in:
parent
d703d160ff
commit
22a7f4fd6d
|
@ -696,7 +696,7 @@
|
|||
else
|
||||
Display --indent 2 --text "- PAM modules" --result "${STATUS_FOUND}" --color GREEN
|
||||
fi
|
||||
unset DIR; unset FILE; unset FIND
|
||||
unset DIR FILE FIND
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
Display --indent 2 --text "- Checking PHP" --result "${STATUS_NOT_FOUND}" --color WHITE
|
||||
LogText "Result: no php.ini file found"
|
||||
fi
|
||||
unset DIR; unset FILE; unset FIND
|
||||
unset DIR FILE FIND
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
|
@ -600,7 +600,7 @@
|
|||
LogText "Result: directory ${DIR} not found, skipping search in this directory."
|
||||
fi
|
||||
done
|
||||
unset DIR; unset FILE; unset FIND
|
||||
unset DIR FILE FIND
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
Loading…
Reference in New Issue