diff --git a/host/4/bullseye/amd64/dotnet/dotnet-inproc/start_nonappservice.sh b/host/4/bullseye/amd64/dotnet/dotnet-inproc/start_nonappservice.sh index 0f130b842..2140c95cf 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-inproc/start_nonappservice.sh +++ b/host/4/bullseye/amd64/dotnet/dotnet-inproc/start_nonappservice.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash source /opt/startup/install_ca_certificates.sh -/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file +exec /azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file diff --git a/host/4/bullseye/amd64/dotnet/dotnet-isolated/start_nonappservice.sh b/host/4/bullseye/amd64/dotnet/dotnet-isolated/start_nonappservice.sh index 0f130b842..2140c95cf 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-isolated/start_nonappservice.sh +++ b/host/4/bullseye/amd64/dotnet/dotnet-isolated/start_nonappservice.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash source /opt/startup/install_ca_certificates.sh -/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file +exec /azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file diff --git a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/start_nonappservice.sh b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/start_nonappservice.sh index 0f130b842..2140c95cf 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/start_nonappservice.sh +++ b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/start_nonappservice.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash source /opt/startup/install_ca_certificates.sh -/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file +exec /azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file diff --git a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/start_nonappservice.sh b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/start_nonappservice.sh index 0f130b842..2140c95cf 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/start_nonappservice.sh +++ b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/start_nonappservice.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash source /opt/startup/install_ca_certificates.sh -/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file +exec /azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost \ No newline at end of file