From 7439c7898e41d9a8d32e34f8d6386112c5852564 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 14:31:40 +0000 Subject: [PATCH] remove nohup --- MyWebApp/runwebapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyWebApp/runwebapp.sh b/MyWebApp/runwebapp.sh index 7b86360..7ebf6ba 100755 --- a/MyWebApp/runwebapp.sh +++ b/MyWebApp/runwebapp.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -sh nohup dotnet run & +sh dotnet run & disown exit 0