Skip to content

Commit

Permalink
another error
Browse files Browse the repository at this point in the history
line 398 was de-formed. reported by nswalters. Thank you for saving my
ass yet again.
  • Loading branch information
da667 committed Dec 22, 2016
1 parent e6c759d commit 292dcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ echo "sid_msg_version=1" >> pulledpork.tmp
echo "sid_changelog=/var/log/sid_changes.log" >> pulledpork.tmp
echo "sorule_path=$snort_basedir/snort_dynamicrules/" >> pulledpork.tmp
echo "snort_path=$snort_basedir/bin/snort" >> pulledpork.tmp
echo "snort_version=`echo $snortver | cut -d"-" -f2` >> pulledpork.tmp
echo "snort_version=`echo $snortver | cut -d'-' -f2`" >> pulledpork.tmp
echo "distro=Ubuntu-12-04" >> pulledpork.tmp
echo "config_path=$snort_basedir/etc/snort.conf" >> pulledpork.tmp
echo "black_list=$snort_basedir/rules/black_list.rules" >>pulledpork.tmp
Expand Down

0 comments on commit 292dcb7

Please sign in to comment.