Skip to content

Commit

Permalink
Merge pull request #1512 from ashley-dunn/master
Browse files Browse the repository at this point in the history
Fix "bellow" typos in ossec-[client|local|server].sh files
  • Loading branch information
ddpbsd authored Aug 28, 2018
2 parents 68d1ce2 + 5a66463 commit ed8c31a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/init/ossec-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PWD=`pwd`
DIR=`dirname $PWD`;


### Do not modify bellow here ###
### Do not modify below here ###
NAME="OSSEC HIDS"
VERSION="v3.0.0"
AUTHOR="Trend Micro Inc."
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PWD=`pwd`
DIR=`dirname $PWD`;
PLIST=${DIR}/bin/.process_list;

### Do not modify bellow here ###
### Do not modify below here ###

# Getting additional processes
ls -la ${PLIST} > /dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PWD=`pwd`
DIR=`dirname $PWD`;
PLIST=${DIR}/bin/.process_list;

### Do not modify bellow here ###
### Do not modify below here ###

# Getting additional processes
ls -la ${PLIST} > /dev/null 2>&1
Expand Down

0 comments on commit ed8c31a

Please sign in to comment.