DenizParlak / Zeus

AWS Auditing & Hardening Tool
http://www.denizparlak.com/?p=386
MIT License
707 stars 98 forks source link

Syntax error #9

Closed nealpeters86 closed 7 years ago

nealpeters86 commented 7 years ago

After a clean install on Amazon Linux VM I get the following error:

./zeus.sh: line 884: syntax error near unexpected token `}'

varunchandak commented 7 years ago

that's an incomplete if-else-fi block. You need to add fi before the curly braces.

Also, you'll get the similar error on line 1152 or something.

DenizParlak commented 7 years ago

@varunchandak you're right but there is no any syntax error on line 1152?

@nealpeters86 it's fixed now, thanks.

cyberopus commented 7 years ago

Syntax error issue for current zeus.sh:

./zeus.sh: line 904: syntax error near unexpected token `}'
./zeus.sh: line 904: `}'
DenizParlak commented 7 years ago

It's fixed.