CoffeeITWorks / ansible_burp2_server

Ansible role to deploy burp2 server
MIT License
10 stars 9 forks source link

Syntax issue in burp_ca #62

Closed marcin-github closed 4 years ago

marcin-github commented 4 years ago

Hi, burp_ca provided by this role has error: *) if name="$(hostname -f)"; then ""; else name="$(hostname)"; fi ;;

bash isn't happy when executes then ""

pablodav commented 4 years ago

Thanks, seems an echo is missing there, strange it passed the tests.

El jue., 28 de mayo de 2020 12:47 p. m., Marcin notifications@github.com escribió:

Hi, burp_ca provided by this role has error: *) if name="$(hostname -f)"; then ""; else name="$(hostname)"; fi ;;

bash isn't happy when executes then ""

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CoffeeITWorks/ansible_burp2_server/issues/62, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCA7H3SZ75BQTYASOBGA2DRT2BPTANCNFSM4NNGQJYA .

pablodav commented 4 years ago

could you please confirm if this solved the issue for you?

marcin-github commented 4 years ago

This also works for me. Gracias!