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

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (491 件のフォーク)auto 404
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.

コントリビューターガイド