Azure/azure-functions-core-tools
Azure functions attempts to use /bin/bash even if it doesn't exist
Aberta
#3.254 aberto em 30 de jan. de 2023
OS: linuxarea: clibuggood first issue
Métricas do repositório
- Stars
- (1.456 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
When using azure functions to start a function on nixos (linux), functions fails to start if /bin/bash does not exist. This can easily be mitigated by instead using /bin/sh or /usr/bin/env bash.