prochac commented on PR #34719: URL: https://github.com/apache/superset/pull/34719#issuecomment-3192791299
> ## Pull Request Overview > > This PR fixes a shell scripting syntax error in the Gunicorn server configuration that was causing "unbound variable" errors when running with `set -u`. The fix corrects the parameter expansion syntax for the GUNICORN_LOGLEVEL environment variable. > > - Corrects bash parameter expansion syntax from `:info` to `:-info` > > > > Duh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
