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.

貢獻者指南