From 47c056c348943d8df9a88eaafa4f7bd9065d7f6c Mon Sep 17 00:00:00 2001 From: nswalters Date: Tue, 20 Dec 2016 17:40:43 -0600 Subject: [PATCH] Fixed unescaped semi-colon in string line 431 --- Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh b/Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh index 328e8b2..06b06aa 100644 --- a/Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh +++ b/Autosnort - Ubuntu/AVATAR/autosnort-ubuntu-AVATAR.sh @@ -428,7 +428,7 @@ else if [ $? == 0 ]; then pp_postprocessing else - print_error "Rule download for $choice4 has failed; Either you've downloaded rules for another sensor from the same public IP address in the last 15 minutes, your Oink Code is invalid, or you have another issue. Check $logfile, Troubleshoot your connectivity issues to snort.org, and ensure you wait a minimum of 15 minutes before trying again." + print_error "Rule download for $choice4 has failed\; Either you've downloaded rules for another sensor from the same public IP address in the last 15 minutes, your Oink Code is invalid, or you have another issue. Check $logfile, Troubleshoot your connectivity issues to snort.org, and ensure you wait a minimum of 15 minutes before trying again." exit 1 fi fi @@ -491,4 +491,4 @@ init 6 print_notification "The log file for autosnort is located at: $logfile" print_good "We're all done here. Have a nice day." -exit 0 \ No newline at end of file +exit 0