Skip to content

Commit

Permalink
spelling: existent
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Aug 29, 2017
1 parent cfe3733 commit d63ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/ossec2snorby/ossec2snorby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# config: /etc/ossec2snorby.conf
# pidfile: /var/run/ossec2snorby.pid

[ -x /usr/local/bin/ossec2snorby/ossec2snorby.pl ] || { echo " [ERROR]: ossec2snorby.pl non existant or not executable..."; exit 1; }
[ -x /usr/local/bin/ossec2snorby/ossec2snorby.pl ] || { echo " [ERROR]: ossec2snorby.pl non existent or not executable..."; exit 1; }
[ -r /etc/ossec2snorby.conf ] || { echo " [ERROR]: ossec2snorby.conf was not found..."; exit 1; }
[ -r /usr/local/bin/ossec2snorby/ossecmysql.pm ] || { echo " [ERROR]: ossecmysql was not found..."; exit 1; }

Expand Down
2 changes: 1 addition & 1 deletion contrib/ossec2snorby/ossec2snorby_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PIDFILE="/var/run/ossec2snorby.pid"
CONFIGFILE="/etc/ossec2snorby.conf"
OPTS="--conf $CONFIGFILE -d"

[ -x $DAEMON ] || { echo " [ERROR]: ossec2snorby.pl non existant or not executable..."; exit 1; }
[ -x $DAEMON ] || { echo " [ERROR]: ossec2snorby.pl non existent or not executable..."; exit 1; }
[ -r $CONFIGFILE ] || { echo " [ERROR]: ossec2snorby.conf was not found..."; exit 1; }
[ -r /usr/local/bin/ossec2snorby/ossecmysql.pm ] || { echo " [ERROR]: ossecmysql was not found..."; exit 1; }

Expand Down

0 comments on commit d63ca9f

Please sign in to comment.