Azure/azure-functions-core-tools

Azure functions attempts to use /bin/bash even if it doesn't exist

开放

#3,254 创建于 2023年1月30日

 (2 条评论) (0 个反应) (0 位负责人)C# (491 个派生)auto 404
OS: linuxarea: clibuggood first issue

仓库指标

星标
 (1,456 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南