Autosnort icon indicating copy to clipboard operation
Autosnort copied to clipboard

Fixed unescaped parentheses within string

Open nswalters opened this issue 9 years ago • 1 comments

[*] Generating pulledpork.conf.
autosnort-ubuntu-AVATAR.sh: line 426: syntax error near unexpected token `('
autosnort-ubuntu-AVATAR.sh: line 426: `			print_error "Rule download for $choice3 has failed. Trying text-only rule download for $choice4 (Final shot!)"'
root@hostname:/tmp/Autosnort/Autosnort - Ubuntu/AVATAR# vi autosnort-ubuntu-AVATAR.sh
root@hostname:/tmp/Autosnort/Autosnort - Ubuntu/AVATAR# bash autosnort-ubuntu-AVATAR.sh

Escaped parentheses on line 426 to allow for successful completion of script.

nswalters avatar Dec 20 '16 22:12 nswalters

thank you for reporting this issue. fixes going live shortly.

On Tue, Dec 20, 2016 at 5:46 PM, nswalters [email protected] wrote:

[*] Generating pulledpork.conf. autosnort-ubuntu-AVATAR.sh: line 426: syntax error near unexpected token (' autosnort-ubuntu-AVATAR.sh: line 426: print_error "Rule download for $choice3 has failed. Trying text-only rule download for $choice4 (Final shot!)"' root@hostname:/tmp/Autosnort/Autosnort - Ubuntu/AVATAR# vi autosnort-ubuntu-AVATAR.sh root@hostname:/tmp/Autosnort/Autosnort - Ubuntu/AVATAR# bash autosnort-ubuntu-AVATAR.sh

Escaped parentheses on line 426 to allow for successful completion of script.

You can view, comment on, or merge this pull request online at:

https://github.com/da667/Autosnort/pull/45 Commit Summary

  • Fixed unescaped parentheses within string

File Changes

Patch Links:

  • https://github.com/da667/Autosnort/pull/45.patch
  • https://github.com/da667/Autosnort/pull/45.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/da667/Autosnort/pull/45, or mute the thread https://github.com/notifications/unsubscribe-auth/ACFvfzg_pNo-WbMYapmQCAIgBWX8frBjks5rKFrfgaJpZM4LSYmO .

-- when does reality end? when does fantasy begin?

da667 avatar Dec 21 '16 14:12 da667