mu-semtech / mu-python-template

Template for running Python/Flask microservices
MIT License
4 stars 8 forks source link

fix start script #11

Closed nvdk closed 1 year ago

nvdk commented 1 year ago

previously the if statement was not working, which means dev mode didn't really work as expected. This is fixed by switching to bash as script processor. Also added switches to set up bash strict mode, so it fails on unset variables and exits on any failures

MikiDi commented 1 year ago

I don't have merge-rights, nor can I add myself as reviewer, but this looks fine to me! :-)