Change from CIS reco and only warn (no crit) if logfile does not exist
This commit is contained in:
parent
863adc9c84
commit
8a7f9ddad5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ audit () {
|
|||
for FILE in $FILES; do
|
||||
does_file_exist $FILE
|
||||
if [ $FNRET != 0 ]; then
|
||||
crit "$FILE does not exist"
|
||||
warn "$FILE does not exist"
|
||||
else
|
||||
has_file_correct_ownership $FILE $USER $GROUP
|
||||
if [ $FNRET = 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue