From 58367327bb3c54f2a200b7cd5b26794ace98a226 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 14:34:12 +0000 Subject: [PATCH] just plain execution --- MyWebApp/runwebapp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyWebApp/runwebapp.sh b/MyWebApp/runwebapp.sh index 7ebf6ba..186b242 100755 --- a/MyWebApp/runwebapp.sh +++ b/MyWebApp/runwebapp.sh @@ -1,5 +1,5 @@ -#!/usr/bin/env bash +#!/usr/bin/sh -sh dotnet run & +dotnet run & disown exit 0