mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-29 16:45:50 +02:00
Fix spelling error
This commit is contained in:
parent
da61977969
commit
0333022739
@ -1103,10 +1103,10 @@ check_audit_path ()
|
||||
AUDITRULE=$1
|
||||
RESULT=$(echo $AUDITRULE | awk -F"-F" '{print $2}' | awk -F"=" '{print $2}')
|
||||
if [ -f $(eval echo $RESULT) -o -d $(eval echo $RESULT) ]; then
|
||||
debug "file $RESULT is exist!"
|
||||
debug "File $RESULT is exist!"
|
||||
FNRET=0
|
||||
else
|
||||
warn "file $RESULT is not exist!"
|
||||
warn "File $RESULT is not exist!"
|
||||
FNRET=1
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user