From 58285a41c6efef2f1f198409314b9446fd7c26bb Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Jul 2017 08:47:17 +1000 Subject: [PATCH] Changed background run to use `screen` --- HighestCommon/PostDeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HighestCommon/PostDeploy.sh b/HighestCommon/PostDeploy.sh index d1f4e55..72d1fdf 100644 --- a/HighestCommon/PostDeploy.sh +++ b/HighestCommon/PostDeploy.sh @@ -1,4 +1,4 @@ #!/bin/bash sudo ufw allow 7000:7010/tcp -nohup /bin/bash dotnet HighestCommon.dll /dev/null & +screen -d -m -S "HighestCommon" dotnet HighestCommon.dll exit \ No newline at end of file