Azure/azure-functions-core-tools
Azure functions attempts to use /bin/bash even if it doesn't exist
Aperta
#3254 aperta il 30 gen 2023
OS: linuxarea: clibuggood first issue
Metriche repository
- Star
- (1456 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.