Azure/azure-functions-core-tools
Azure functions attempts to use /bin/bash even if it doesn't exist
オープン
#3,254 opened on 2023/01/30
OS: linuxarea: clibuggood first issue
Repository metrics
- Stars
- (1,456 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.