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