Fix spelling error

This commit is contained in:
Samson-W 2020-04-16 17:24:48 +08:00
parent da61977969
commit 0333022739
1 changed files with 2 additions and 2 deletions

View File

@ -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
}