From ab7cb35aca2aa2e017b2151f1f70b8f32ee84911 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 14:35:30 +0000 Subject: [PATCH] default env shell --- MyWebApp/runwebapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyWebApp/runwebapp.sh b/MyWebApp/runwebapp.sh index 186b242..20ae014 100755 --- a/MyWebApp/runwebapp.sh +++ b/MyWebApp/runwebapp.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/usr/bin/env sh dotnet run & disown