From 436c19073ca2bfdd3f7b0ff3107a41a2e57499c2 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 14:38:31 +0000 Subject: [PATCH] try exec --- MyWebApp/runwebapp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyWebApp/runwebapp.sh b/MyWebApp/runwebapp.sh index 20ae014..bf904cc 100755 --- a/MyWebApp/runwebapp.sh +++ b/MyWebApp/runwebapp.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -dotnet run & -disown +exec dotnet run & + exit 0