haproxytech / haproxy-lua-oauth

JWT Validation implementation for HAProxy Lua host
Apache License 2.0
105 stars 50 forks source link

print_help function missing #19

Closed squawk979 closed 2 years ago

squawk979 commented 3 years ago

just a minor gripe: if an unexpected argument is passed to install.sh it results in this error:

./install.sh: line 164: print_help: command not found

as there is no print_help function

NickMRamirez commented 3 years ago

That's a good observation. The script is lacking things like that. To be honest, I've wanted to strip out the parts that install HAProxy, just to simplify it. Then, once it's more simple, we could add a print help function.

NickMRamirez commented 2 years ago

This should now be fixed.